30 lines
451 B
JSON
30 lines
451 B
JSON
{
|
|||
|
|
"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"
|
||
|
|
}
|
||
|
|
}
|