vpoint_dns_detour.json 674 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. }
  25. ]
  26. }
  27. },
  28. "inboundDetour": [
  29. {
  30. "protocol": "dokodemo-door",
  31. "port": 28394,
  32. "settings": {
  33. "address": "8.8.8.8",
  34. "port": 53,
  35. "network": "tcp",
  36. "timeout": 0
  37. }
  38. }
  39. ]
  40. }