vpoint_dns_detour.json 702 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "port": 1080,
  3. "log": {
  4. "access": ""
  5. },
  6. "inbound": {
  7. "protocol": "socks",
  8. "settings": {
  9. "auth": "noauth",
  10. "udp": false,
  11. "ip": "127.0.0.1"
  12. }
  13. },
  14. "outbound": {
  15. "protocol": "vmess",
  16. "settings": {
  17. "vnext": [
  18. {
  19. "address": "127.0.0.1",
  20. "port": 37192,
  21. "users": [
  22. {"id": "27848739-7e62-4138-9fd3-098a63964b6b"}
  23. ],
  24. "network": "tcp"
  25. }
  26. ]
  27. }
  28. },
  29. "inboundDetour": [
  30. {
  31. "protocol": "dokodemo-door",
  32. "port": 28394,
  33. "settings": {
  34. "address": "8.8.8.8",
  35. "port": 53,
  36. "network": "tcp",
  37. "timeout": 0
  38. }
  39. }
  40. ]
  41. }