diff --git a/VLESS+H2C+Caddy2/server.json b/VLESS+H2C+Caddy2/server.json new file mode 100644 index 0000000..a8d6cc9 --- /dev/null +++ b/VLESS+H2C+Caddy2/server.json @@ -0,0 +1,54 @@ +{ + "log": { + "loglevel": "warning" + }, + "inbounds": [ + { + "port": 2001, + "listen": "127.0.0.1", + "protocol": "vless", + "settings": { + "clients": [ + { + "id": "", + "email": "love@v2fly.org" + } + ] + }, + "streamSettings": { + "security": "none", + "network": "h2", + "httpSettings": { + "path": "/path", + "host": [ + "xx.com" + ] + } + } + } + ], + "outbounds": [ + { + "tag": "direct", + "protocol": "freedom", + "settings": {} + }, + { + "tag": "blocked", + "protocol": "blackhole", + "settings": {} + } + ], + "routing": { + "domainStrategy": "AsIs", + "rules": [ + { + "type": "field", + "ip": [ + "geoip:private" + ], + "outboundTag": "blocked" + } + ] + } +