vpoint_vmess_freedom.json 1.1 KB

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