| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "port": 17173,
- "log" : {
- "access": "access.log"
- },
- "inbound": {
- "protocol": "vmess",
- "settings": {
- "clients": [
- {
- "id": "1ad52bdc-16d1-41a5-811d-f5c0c76d677b",
- "alterId": 1024
- }
- ]
- }
- },
- "outbound": {
- "protocol": "blackhole",
- "settings": {}
- },
- "outboundDetour": [
- {
- "protocol": "freedom",
- "settings": {},
- "tag": "pass"
- }
- ],
- "routing": {
- "strategy": "rules",
- "settings": {
- "rules": [
- {
- "type": "field",
- "port": 80,
- "network": "tcp",
- "outboundTag": "pass"
- },
- {
- "type": "field",
- "port": 443,
- "network": "tcp",
- "outboundTag": "pass"
- },
- {
- "type": "field",
- "port": 53,
- "network": "tcp,udp",
- "outboundTag": "pass"
- }
- ]
- }
- }
- }
|