vpoint_vmess_freedom.json 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. {
  2. "port": 37192,
  3. "log" : {
  4. "access": "/var/log/v2ray/access.log",
  5. "error": "/var/log/v2ray/error.log",
  6. "loglevel": "warning"
  7. },
  8. "inbound": {
  9. "protocol": "vmess",
  10. "settings": {
  11. "clients": [
  12. {
  13. "id": "3b129dec-72a3-4d28-aeee-028a0fe86e22",
  14. "level": 1
  15. }
  16. ]
  17. }
  18. },
  19. "outbound": {
  20. "protocol": "freedom",
  21. "settings": {}
  22. },
  23. "outboundDetour": [
  24. {
  25. "protocol": "blackhole",
  26. "settings": {},
  27. "tag": "blocked"
  28. }
  29. ],
  30. "routing": {
  31. "strategy": "rules",
  32. "settings": {
  33. "rules": [
  34. {
  35. "type": "field",
  36. "ip": [
  37. "0.0.0.0/8",
  38. "10.0.0.0/8",
  39. "100.64.0.0/10",
  40. "127.0.0.0/8",
  41. "169.254.0.0/16",
  42. "172.16.0.0/12",
  43. "192.0.0.0/24",
  44. "192.0.2.0/24",
  45. "192.168.0.0/16",
  46. "198.18.0.0/15",
  47. "198.51.100.0/24",
  48. "203.0.113.0/24",
  49. "::1/128",
  50. "fc00::/7",
  51. "fe80::/10"
  52. ],
  53. "outboundTag": "blocked"
  54. }
  55. ]
  56. }
  57. }
  58. }