diff --git a/tls/config.json b/tls/config.json new file mode 100644 index 0000000..55a8f02 --- /dev/null +++ b/tls/config.json @@ -0,0 +1,29 @@ +{ + "inbounds": [ + { + "port": 10000, + "listen":"127.0.0.1", + "protocol": "vmess", + "settings": { + "clients": [ + { + "id": "b831381d-6324-4d53-ad4f-8cda48b30811", + "alterId": 64 + } + ] + }, + "streamSettings": { + "network": "ws", + "wsSettings": { + "path": "/ray" + } + } + } + ], + "outbound": [ + { + "protocol": "freedom", + "settings": {} + } + ] +}