vpoint_vmess_freedom.json 1.1 KB

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