hysteria_docker/config.json
2025-01-11 14:13:03 +08:00

25 lines
422 B
JSON

{
"listen": ":8443",
"tls": {
"cert": "/etc/hysteria/server.crt",
"key": "/etc/hysteria/server.key"
},
"auth": {
"type": "password",
"password": "你的密码"
},
"masquerade": {
"type": "proxy",
"proxy": {
"url": "https://bing.com",
"rewriteHost": true
}
},
"obfs": {
"type": "salamander",
"salamander": {
"password": "bLa4AdWOoE57OdtwYa"
}
}
}