Shelikhoo
3 years ago
2 changed files with 70 additions and 0 deletions
@ -0,0 +1,36 @@
|
||||
{ |
||||
"log": { |
||||
"error": { |
||||
"level": "Warning", |
||||
"type": "Console" |
||||
}, |
||||
"access": { |
||||
"type": "None" |
||||
} |
||||
}, |
||||
"outbounds": [ |
||||
{ |
||||
"protocol": "vmess", |
||||
"settings": { |
||||
"address": "", |
||||
"port": 0, |
||||
"uuid": "00000000-0000-0000-0000-000000000000" |
||||
} |
||||
} |
||||
], |
||||
"inbounds": [ |
||||
{ |
||||
"protocol": "socks", |
||||
"settings": { |
||||
"udpEnabled": true, |
||||
"address": "127.0.0.1" |
||||
}, |
||||
"port": 1080 |
||||
}, |
||||
{ |
||||
"protocol": "http", |
||||
"settings": {}, |
||||
"port": 8080 |
||||
} |
||||
] |
||||
} |
@ -0,0 +1,34 @@
|
||||
{ |
||||
"log": { |
||||
"error": { |
||||
"level": "Warning", |
||||
"type": "Console" |
||||
}, |
||||
"access": { |
||||
"type": "None" |
||||
} |
||||
}, |
||||
"inbounds": [ |
||||
{ |
||||
"protocol": "vmess", |
||||
"settings": { |
||||
"users": [ |
||||
"00000000-0000-0000-0000-000000000000" |
||||
] |
||||
}, |
||||
"port": 0, |
||||
"streamSettings": { |
||||
"transport": "ws", |
||||
"transportSettings": { |
||||
"path": "" |
||||
}, |
||||
"security": "none" |
||||
} |
||||
} |
||||
], |
||||
"outbounds": [ |
||||
{ |
||||
"protocol": "freedom" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue