vpoint_socks_vmess.json 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  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. "router": {
  37. "strategy": "rules",
  38. "settings": {
  39. "rules": [
  40. {
  41. "type": "field",
  42. "ip": "0.0.0.0/8",
  43. "outboundTag": "direct"
  44. },
  45. {
  46. "type": "field",
  47. "ip": "10.0.0.0/8",
  48. "outboundTag": "direct"
  49. },
  50. {
  51. "type": "field",
  52. "ip": "100.64.0.0/10",
  53. "outboundTag": "direct"
  54. },
  55. {
  56. "type": "field",
  57. "ip": "127.0.0.0/8",
  58. "outboundTag": "direct"
  59. },
  60. {
  61. "type": "field",
  62. "ip": "169.254.0.0/16",
  63. "outboundTag": "direct"
  64. },
  65. {
  66. "type": "field",
  67. "ip": "172.16.0.0/12",
  68. "outboundTag": "direct"
  69. },
  70. {
  71. "type": "field",
  72. "ip": "192.0.0.0/24",
  73. "outboundTag": "direct"
  74. },
  75. {
  76. "type": "field",
  77. "ip": "192.0.2.0/24",
  78. "outboundTag": "direct"
  79. },
  80. {
  81. "type": "field",
  82. "ip": "192.168.0.0/16",
  83. "outboundTag": "direct"
  84. },
  85. {
  86. "type": "field",
  87. "ip": "198.18.0.0/15",
  88. "outboundTag": "direct"
  89. },
  90. {
  91. "type": "field",
  92. "ip": "198.51.100.0/24",
  93. "outboundTag": "direct"
  94. },
  95. {
  96. "type": "field",
  97. "ip": "203.0.113.0/24",
  98. "outboundTag": "direct"
  99. },
  100. {
  101. "type": "field",
  102. "ip": "::1/128",
  103. "outboundTag": "direct"
  104. },
  105. {
  106. "type": "field",
  107. "ip": "fc00::/7",
  108. "outboundTag": "direct"
  109. },
  110. {
  111. "type": "field",
  112. "ip": "fe80::/10",
  113. "outboundTag": "direct"
  114. }
  115. ]
  116. }
  117. }
  118. }