vpoint_vmess_freedom.json 633 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "inbound": {
  3. "port": 10086,
  4. "protocol": "vmess",
  5. "settings": {
  6. "clients": [
  7. {
  8. "id": "23ad6b10-8d1a-40f7-8ad0-e3e35cd38297",
  9. "level": 1,
  10. "alterId": 64
  11. }
  12. ]
  13. }
  14. },
  15. "outbound": {
  16. "protocol": "freedom",
  17. "settings": {}
  18. },
  19. "outboundDetour": [
  20. {
  21. "protocol": "blackhole",
  22. "settings": {},
  23. "tag": "blocked"
  24. }
  25. ],
  26. "routing": {
  27. "strategy": "rules",
  28. "settings": {
  29. "rules": [
  30. {
  31. "type": "field",
  32. "ip": ["geoip:private"],
  33. "outboundTag": "blocked"
  34. }
  35. ]
  36. }
  37. }
  38. }