config.json 575 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "log": {
  3. "level": "info"
  4. },
  5. "dns": {
  6. "servers": [
  7. {
  8. "address": "tls://8.8.8.8"
  9. }
  10. ]
  11. },
  12. "inbounds": [
  13. {
  14. "type": "shadowsocks",
  15. "listen": "::",
  16. "listen_port": 8080,
  17. "sniff": true,
  18. "method": "2022-blake3-aes-128-gcm",
  19. "password": "8JCsPssfgS8tiRwiMlhARg=="
  20. }
  21. ],
  22. "outbounds": [
  23. {
  24. "type": "direct"
  25. },
  26. {
  27. "type": "dns",
  28. "tag": "dns-out"
  29. }
  30. ],
  31. "route": {
  32. "rules": [
  33. {
  34. "protocol": "dns",
  35. "outbound": "dns-out"
  36. }
  37. ]
  38. }
  39. }