Trojan-WS-TLS.jsonc 705 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "log": {
  3. "loglevel": "debug"
  4. },
  5. "inbounds": [
  6. {
  7. "listen": "::1",
  8. "port": "1080",
  9. "protocol": "socks",
  10. "settings": {
  11. "udp": true
  12. }
  13. }
  14. ],
  15. "outbounds": [
  16. {
  17. "protocol": "trojan",
  18. "settings": {
  19. "servers": [
  20. {
  21. "address": "example.com",
  22. "port": 443,
  23. "password": "desdemona99"
  24. }
  25. ]
  26. },
  27. "streamSettings": {
  28. "network": "ws",
  29. "wsSettings": {
  30. "path": "/trojanws?ed=2560"
  31. },
  32. "security": "tls",
  33. "tlsSettings": {
  34. "allowInsecure": false,
  35. "fingerprint": "chrome"
  36. }
  37. }
  38. }
  39. ]
  40. }