vpoint_socks_vmess.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  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": "v2ray.cool",
  20. "port": 10086,
  21. "users": [
  22. {
  23. "id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
  24. "alterId": 64
  25. }
  26. ]
  27. }
  28. ]
  29. }
  30. },
  31. "outboundDetour": [
  32. {
  33. "protocol": "freedom",
  34. "settings": {},
  35. "tag": "direct"
  36. }
  37. ],
  38. "dns": {
  39. "servers": [
  40. "8.8.8.8",
  41. "8.8.4.4",
  42. "localhost"
  43. ]
  44. },
  45. "routing": {
  46. "strategy": "rules",
  47. "settings": {
  48. "domainStrategy": "IPIfNonMatch",
  49. "rules": [
  50. {
  51. "type": "field",
  52. "port": "1-52",
  53. "outboundTag": "direct"
  54. },
  55. {
  56. "type": "field",
  57. "port": "54-79",
  58. "outboundTag": "direct"
  59. },
  60. {
  61. "type": "field",
  62. "port": "81-442",
  63. "outboundTag": "direct"
  64. },
  65. {
  66. "type": "field",
  67. "port": "444-65535",
  68. "outboundTag": "direct"
  69. },
  70. {
  71. "type": "chinasites",
  72. "outboundTag": "direct"
  73. },
  74. {
  75. "type": "field",
  76. "ip": [
  77. "0.0.0.0/8",
  78. "10.0.0.0/8",
  79. "100.64.0.0/10",
  80. "127.0.0.0/8",
  81. "169.254.0.0/16",
  82. "172.16.0.0/12",
  83. "192.0.0.0/24",
  84. "192.0.2.0/24",
  85. "192.168.0.0/16",
  86. "198.18.0.0/15",
  87. "198.51.100.0/24",
  88. "203.0.113.0/24",
  89. "::1/128",
  90. "fc00::/7",
  91. "fe80::/10"
  92. ],
  93. "outboundTag": "direct"
  94. },
  95. {
  96. "type": "chinaip",
  97. "outboundTag": "direct"
  98. }
  99. ]
  100. }
  101. }
  102. }