Advertisement
Guest User

Untitled

a guest
Mar 25th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "inbounds": [{
  3. "port": 1080,
  4. "listen": "127.0.0.1",
  5. "protocol": "socks",
  6. "settings": {
  7. "udp": true
  8. }
  9. }],
  10. "outbounds": [{
  11. "protocol": "vmess",
  12. "settings": {
  13. "vnext": [{
  14. "address": "server",
  15. "port": 10086,
  16. "users": [{ "id": "609f0351-8c63-426a-b994-0fb70da2d88e" }]
  17. }]
  18. }
  19. },{
  20. "protocol": "freedom",
  21. "tag": "direct",
  22. "settings": {}
  23. }],
  24. "routing": {
  25. "domainStrategy": "IPOnDemand",
  26. "rules": [{
  27. "type": "field",
  28. "ip": ["geoip:private"],
  29. "outboundTag": "direct"
  30. }]
  31. }
  32. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement