37 lines
642 B
JSON
37 lines
642 B
JSON
{
|
|
"listen": ":8445",
|
|
"acme": {
|
|
"domains": [
|
|
"你的域名"
|
|
],
|
|
"email": "你的邮箱",
|
|
"type": "dns",
|
|
"dns": {
|
|
"name": "cloudflare",
|
|
"config": {
|
|
"cloudflare_api_token": "你的cloudflare_api_token"
|
|
}
|
|
}
|
|
},
|
|
"auth": {
|
|
"type": "password",
|
|
"password": "你的密码"
|
|
},
|
|
"obfs": {
|
|
"type": "salamander",
|
|
"salamander": {
|
|
"password": "你的混淆密码"
|
|
}
|
|
},
|
|
"masquerade": {
|
|
"type": "proxy",
|
|
"proxy": {
|
|
"url": "https://你的域名",
|
|
"rewriteHost": true
|
|
}
|
|
},
|
|
"bandwidth": {
|
|
"up": "50 mbps",
|
|
"down": "100 mbps"
|
|
}
|
|
} |