Files
vps/compose/sing-box/config.example.json
T

30 lines
451 B
JSON
Raw Normal View History

{
"log": {
"level": "info",
"timestamp": true
},
"inbounds": [
{
"type": "http",
"tag": "http-proxy",
"listen": "0.0.0.0",
"listen_port": 8080,
"users": [
{
"username": "windy",
"password": "REPLACE_WITH_openssl_rand_hex_32"
}
]
}
],
"outbounds": [
{
"type": "direct",
"tag": "direct"
}
],
"route": {
"final": "direct"
}
}