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.

25 lines
391 B

  1. {
  2. "log": {
  3. "loglevel": "warning"
  4. },
  5. "inbounds": [{
  6. "port": 1080,
  7. "listen": "127.0.0.1",
  8. "protocol": "socks",
  9. "settings": {
  10. "auth": "noauth",
  11. "udp": false,
  12. "ip": "127.0.0.1"
  13. }
  14. }],
  15. "outbounds": [{
  16. "protocol": "freedom",
  17. "settings": {},
  18. "tag": "direct"
  19. }],
  20. "policy": {
  21. "levels": {
  22. "0": {"uplinkOnly": 0}
  23. }
  24. }
  25. }