xray-shadowsocks.json 581 B

123456789101112131415161718192021222324252627
  1. {
  2. "inbounds": [
  3. {
  4. "port": 10002,
  5. "listen": "0.0.0.0",
  6. "protocol": "shadowsocks",
  7. "settings": {
  8. "network": "tcp,udp",
  9. "clients": [
  10. {
  11. "method": "aes-128-gcm",
  12. "level": 0,
  13. "password": "FzcLbKs2dY9mhL"
  14. }
  15. ]
  16. }
  17. }
  18. ],
  19. "outbounds": [
  20. {
  21. "protocol": "freedom"
  22. }
  23. ],
  24. "log": {
  25. "loglevel": "debug"
  26. }
  27. }