25 lines
422 B
JSON
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"
|
|
}
|
|
}
|
|
}
|