vpoint_socks_vmess.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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": "195.154.64.131",
  20. "port": 17173,
  21. "users": [
  22. {
  23. "id": "1ad52bdc-16d1-41a5-811d-f5c0c76d677b",
  24. "alterId": 1024
  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": "chinasites",
  44. "outboundTag": "direct"
  45. },
  46. {
  47. "type": "field",
  48. "ip": [
  49. "0.0.0.0/8",
  50. "10.0.0.0/8",
  51. "100.64.0.0/10",
  52. "127.0.0.0/8",
  53. "169.254.0.0/16",
  54. "172.16.0.0/12",
  55. "192.0.0.0/24",
  56. "192.0.2.0/24",
  57. "192.168.0.0/16",
  58. "198.18.0.0/15",
  59. "198.51.100.0/24",
  60. "203.0.113.0/24",
  61. "::1/128",
  62. "fc00::/7",
  63. "fe80::/10"
  64. ],
  65. "outboundTag": "direct"
  66. },
  67. {
  68. "type": "chinaip",
  69. "outboundTag": "direct"
  70. }
  71. ]
  72. }
  73. }
  74. }