123456789101112131415161718192021222324252627 |
- {
- "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"
- }
- }
|