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.

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