| 12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "log": {
- "loglevel": "debug"
- },
- "inbounds": [
- {
- "listen": "::1",
- "port": "1080",
- "protocol": "socks",
- "settings": {
- "udp": true
- }
- }
- ],
- "outbounds": [
- {
- "protocol": "trojan",
- "settings": {
- "servers": [
- {
- "address": "example.com",
- "port": 443,
- "password": "desdemona99"
- }
- ]
- },
- "streamSettings": {
- "network": "ws",
- "wsSettings": {
- "path": "/trojanws?ed=2560"
- },
- "security": "tls",
- "tlsSettings": {
- "allowInsecure": false,
- "fingerprint": "chrome"
- }
- }
- }
- ]
- }
|