2023-02-15 01:07:06 +08:00

34 lines
723 B
JSON

{
"access": {
"type": "Console",
"level": "Warning"
},
"error": {
"type": "Console",
"level": "Warning"
},
"inbounds": [
{
"port": 10800,
"address": "127.0.0.1",
"protocol": "socks",
"settings": {
"udpEnabled": true
}
}
],
"outbounds": [
{
"protocol": "trojan",
"settings": {
"address": "example.com",
"port": 443,
"password": "your password"
},
"streamSettings": {
"transport": "tcp",
"security": "tls"
}
}
]
}