|
|
@@ -3,7 +3,7 @@ loglevel = notify
|
|
|
|
|
|
[Proxy]
|
|
|
# Relay server - Shadowsocks (中转机)
|
|
|
-Relay-SS = ss, {{ hostvars[groups['relay'][0]]['ansible_host'] }}, {{ ss_port }}, encrypt-method={{ ss_cipher }}, password={{ ss_password }}
|
|
|
+Relay-SS = ss, {{ hostvars[groups['relay'][0]]['ansible_host'] }}, {{ hostvars[groups['relay'][0]]['ss_port'] }}, encrypt-method={{ hostvars[groups['relay'][0]]['ss_cipher'] }}, password={{ hostvars[groups['relay'][0]]['ss_password'] }}
|
|
|
|
|
|
# Landing server - Trojan direct (落地机直连)
|
|
|
Landing-Trojan = trojan, {{ trojan_domain }}, {{ trojan_port }}, password={{ trojan_password }}
|