config1.json 652 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "log": {
  3. "level": "info"
  4. },
  5. "inbounds": [
  6. {
  7. "type": "mixed",
  8. "listen": "::",
  9. "listen_port": 56000
  10. }
  11. ],
  12. "outbounds": [
  13. {
  14. "type": "trojan",
  15. "tag": "proxy_1",
  16. "server": "cn1.cdn.xfltd-cdn.top",
  17. "server_port": 12001,
  18. "password": "d058a1cb-5dbd-4664-9d8b-ae26bc699ed4",
  19. "tls": {
  20. "enabled": false
  21. }
  22. }
  23. ],
  24. "route": {
  25. "rules": [
  26. {
  27. "type": "default",
  28. "outbound": "proxy_1"
  29. }
  30. ]
  31. }
  32. }