Add shadowsocks uot and test

This commit is contained in:
世界
2022-06-18 10:50:18 +08:00
parent 5af17f70b4
commit a562b249a2
3 changed files with 76 additions and 0 deletions

View File

@ -0,0 +1,27 @@
{
"inbounds": [
{
"port": 10002,
"listen": "0.0.0.0",
"protocol": "shadowsocks",
"settings": {
"network": "tcp,udp",
"clients": [
{
"method": "aes-128-gcm",
"level": 0,
"password": "FzcLbKs2dY9mhL"
}
]
}
}
],
"outbounds": [
{
"protocol": "freedom"
}
],
"log": {
"loglevel": "debug"
}
}