vpoint_socks_vmess.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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": "localsites",
  59. "domain": [
  60. "gc.kis.scr.kaspersky-labs.com"
  61. ],
  62. "outboundTag": "direct"
  63. },
  64. {
  65. "type": "chinasites",
  66. "outboundTag": "direct"
  67. },
  68. {
  69. "type": "field",
  70. "ip": [
  71. "0.0.0.0/8",
  72. "10.0.0.0/8",
  73. "100.64.0.0/10",
  74. "127.0.0.0/8",
  75. "169.254.0.0/16",
  76. "172.16.0.0/12",
  77. "192.0.0.0/24",
  78. "192.0.2.0/24",
  79. "192.168.0.0/16",
  80. "198.18.0.0/15",
  81. "198.51.100.0/24",
  82. "203.0.113.0/24",
  83. "::1/128",
  84. "fc00::/7",
  85. "fe80::/10"
  86. ],
  87. "outboundTag": "direct"
  88. },
  89. {
  90. "type": "chinaip",
  91. "outboundTag": "direct"
  92. }
  93. ]
  94. }
  95. }
  96. }