vpoint_vmess_freedom.json 1.0 KB

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