You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
537 B

  1. {
  2. "inbounds": [{
  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. "outbounds": [{
  16. "protocol": "freedom",
  17. "settings": {}
  18. },{
  19. "protocol": "blackhole",
  20. "settings": {},
  21. "tag": "blocked"
  22. }],
  23. "routing": {
  24. "rules": [
  25. {
  26. "type": "field",
  27. "ip": ["geoip:private"],
  28. "outboundTag": "blocked"
  29. }
  30. ]
  31. }
  32. }