fixup! lightsail-tokyo: add hysteria

This commit is contained in:
Guanran Wang 2024-04-23 05:08:04 +08:00
parent a8e8cf23f7
commit 796f656b55
Signed by: nyancat
GPG key ID: 91F97D9ED12639CF

View file

@ -27,15 +27,15 @@
};
sops.templates."hysteria.yaml".content = ''
tls:
cert: /run/credentials/hysteria.service/cert
key: /run/credentials/hysteria.service/key
tls:
cert: /run/credentials/hysteria.service/cert
key: /run/credentials/hysteria.service/key
masquerade:
type: proxy
proxy:
url: https://news.ycombinator.com/
rewriteHost: true
masquerade:
type: proxy
proxy:
url: https://news.ycombinator.com/
rewriteHost: true
${config.sops.placeholder."hysteria/auth"}
'';