v2ray-examples/v5/Shadowsocks-TCP/shadowsocks_server.json

29 lines
528 B
JSON
Raw Permalink Normal View History

2024-09-15 12:57:32 +01:00
{
"log": {
"access": {
"type": "None"
},
"error": {
"level": "Debug",
"type": "Console"
}
},
"inbounds": [
{
"listen": "0.0.0.0",
"port": 10000,
"protocol": "shadowsocks",
"settings": {
"method": "aes-256-gcm",
"password": "c8/NLeEOIfV7tVudQ8xh5eRAeKZD4EyB01TGm93fTMM=",
"networks": "tcp,udp",
"packetEncoding": "None"
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
]
}