mirror of
https://github.com/proxysu/ProxySU.git
synced 2024-11-23 05:36:08 +03:00
13 lines
190 B
JSON
13 lines
190 B
JSON
|
{
|
||
|
"port": 12345,
|
||
|
"protocol": "shadowsocks",
|
||
|
"settings": {
|
||
|
"clients": [
|
||
|
{
|
||
|
"password": "",
|
||
|
"method": "aes-128-gcm"
|
||
|
}
|
||
|
],
|
||
|
"network": "tcp,udp"
|
||
|
}
|
||
|
}
|