vpoint_socks_vmess.json 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. {"id": "3b129dec-72a3-4d28-aeee-028a0fe86e22"}
  24. ]
  25. }
  26. ]
  27. }
  28. },
  29. "outboundDetour": [
  30. {
  31. "protocol": "freedom",
  32. "settings": {},
  33. "tag": "direct"
  34. }
  35. ],
  36. "routing": {
  37. "strategy": "rules",
  38. "settings": {
  39. "rules": [
  40. {
  41. "type": "field",
  42. "ip": [
  43. "0.0.0.0/8",
  44. "10.0.0.0/8",
  45. "100.64.0.0/10",
  46. "127.0.0.0/8",
  47. "169.254.0.0/16",
  48. "172.16.0.0/12",
  49. "192.0.0.0/24",
  50. "192.0.2.0/24",
  51. "192.168.0.0/16",
  52. "198.18.0.0/15",
  53. "198.51.100.0/24",
  54. "203.0.113.0/24",
  55. "::1/128",
  56. "fc00::/7",
  57. "fe80::/10"
  58. ],
  59. "outboundTag": "direct"
  60. }
  61. ]
  62. }
  63. }
  64. }