| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "log": {
- "loglevel": "debug"
- },
- "inbound": {
- "port": 50050,
- "listen": "127.0.0.1",
- "protocol": "dokodemo-door",
- "settings": {
- "address": "127.0.0.1",
- "port": 50052,
- "network": "tcp,udp",
- "timeout": 0
- }
- },
- "outbound": {
- "protocol": "shadowsocks",
- "streamSettings": {
- "network": "tcp",
- "tcpSettings": {
- "header": {
- "type": "http",
- "request": {},
- "response": {}
- }
- }
- },
- "settings": {
- "servers": [
- {
- "address": "127.0.0.1",
- "port": 50051,
- "method": "aes-256-cfb",
- "password": "v2ray-password"
- }
- ]
- }
- }
- }
|