| 123456789101112131415161718192021222324252627282930313233343536373839404142434445 |
- {
- "log": {
- "error": {
- "level": "Debug",
- "type": "Console"
- },
- "access": {
- "type": "None"
- }
- },
- "outbounds": [
- {
- "protocol": "vmess",
- "settings": {
- "address": "127.0.0.1",
- "port": 17783,
- "uuid": "bcc71618-e552-42c2-a2a3-d4c17a9df764"
- },
- "streamSettings": {
- "transport": "grpc",
- "transportSettings": {
- },
- "security": "tls",
- "securitySettings": {
- "pinnedPeerCertificateChainSha256": [
- "kqHyvea27Pn+JiSqA72lhu9IKAKeGR+3yCyA8JR1mug="
- ],
- "allowInsecureIfPinnedPeerCertificate": true
- }
- }
- }
- ],
- "inbounds": [
- {
- "protocol": "socks",
- "settings": {
- "udpEnabled": false,
- "address": "127.0.0.1",
- "packetEncoding": "Packet"
- },
- "port": 17784,
- "listen": "127.0.0.1"
- }
- ]
- }
|