From 30b42eb6b374bb128b264da87f13f85de5674448 Mon Sep 17 00:00:00 2001 From: Return <151555003+H-Return@users.noreply.github.com> Date: Wed, 22 May 2024 13:00:20 +0330 Subject: [PATCH] Update config.yaml --- config.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/config.yaml b/config.yaml index 5d7b9e5..1b224ea 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,4 @@ -listen: :port +listen: :$port tls: cert: /root/hysteria/ca.crt key: /root/hysteria/ca.key @@ -7,10 +7,10 @@ tls: obfs: type: salamander salamander: - password: obfspassword #Use a strong password. + password: $obfspassword auth: type: password - password: authpassword #Use a strong password. + password: $authpassword quic: initStreamReceiveWindow: 8388608 maxStreamReceiveWindow: 8388608 @@ -45,4 +45,4 @@ resolver: insecure: false trafficStats: listen: 127.0.0.1:25413 - secret: UUID #It is recommended to generate a UUID. + secret: $UUID