| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051 |
- {
- "log": {
- "loglevel": "debug"
- },
- "inbounds": [
- {
- "listen": "127.0.0.1",
- "port": "1080",
- "protocol": "socks",
- "settings": {
- "udp": true
- }
- }
- ],
- "outbounds": [
- {
- "protocol": "vmess",
- "settings": {
- "vnext": [
- {
- "address": "example.com",
- "port": 443,
- "users": [
- {
- "id": "90e4903e-66a4-45f7-abda-fd5d5ed7f797",
- "alterId": 0,
- "security": "none"
- }
- ]
- }
- ]
- },
- "streamSettings": {
- "network": "tcp",
- "tcpSettings": {
- "header": {
- "request": {
- "path": ["/vmtc"]
- },
- "type": "http"
- }
- },
- "security": "tls",
- "tlsSettings": {
- "allowInsecure": false,
- "fingerprint": "chrome"
- }
- }
- }
- ]
- }
|