vpoint_socks_vmess.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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": "45.32.24.103",
  20. "port": 38291,
  21. "users": [
  22. {
  23. "id": "8833948b-5861-4a0f-a1d6-83c5606881ff",
  24. "alterId": 64
  25. }
  26. ]
  27. }
  28. ]
  29. }
  30. },
  31. "outboundDetour": [
  32. {
  33. "protocol": "freedom",
  34. "settings": {},
  35. "tag": "direct"
  36. }
  37. ],
  38. "routing": {
  39. "strategy": "rules",
  40. "settings": {
  41. "rules": [
  42. {
  43. "type": "field",
  44. "port": "54-79",
  45. "outboundTag": "direct"
  46. },
  47. {
  48. "type": "field",
  49. "port": "81-442",
  50. "outboundTag": "direct"
  51. },
  52. {
  53. "type": "field",
  54. "port": "444-65535",
  55. "outboundTag": "direct"
  56. },
  57. {
  58. "type": "chinasites",
  59. "outboundTag": "direct"
  60. },
  61. {
  62. "type": "field",
  63. "ip": [
  64. "0.0.0.0/8",
  65. "10.0.0.0/8",
  66. "100.64.0.0/10",
  67. "127.0.0.0/8",
  68. "169.254.0.0/16",
  69. "172.16.0.0/12",
  70. "192.0.0.0/24",
  71. "192.0.2.0/24",
  72. "192.168.0.0/16",
  73. "198.18.0.0/15",
  74. "198.51.100.0/24",
  75. "203.0.113.0/24",
  76. "::1/128",
  77. "fc00::/7",
  78. "fe80::/10"
  79. ],
  80. "outboundTag": "direct"
  81. },
  82. {
  83. "type": "chinaip",
  84. "outboundTag": "direct"
  85. }
  86. ]
  87. }
  88. }
  89. }