diff --git a/Client Configuration/hysteria_config.json b/Client Configuration/hysteria_config.json index 6679cbfcdcb..308b13fd962 100644 --- a/Client Configuration/hysteria_config.json +++ b/Client Configuration/hysteria_config.json @@ -1,3 +1,4 @@ +//Hysteria 的 v1 版配置示例 { "server": "xx.yy:2083", //修改为服务端分配的域名及端口 "protocol": "udp", //修改为服务端配置的传输协议 @@ -15,3 +16,24 @@ "listen": "127.0.0.1:8080" } } +//备注: +//1、此配置仅支持接入服务端的 v1 版。 + + +//Hysteria 的 v2 版配置示例 +{ + "server": "xx.yy:443", //修改为服务端分配的域名及端口 + "auth": "diy443", //修改为服务端配置的密码 + "bandwidth": { + "up": "20 mbps", + "down": "100 mbps" + }, + "socks5": { + "listen": "127.0.0.1:1080" + }, + "http": { + "listen": "127.0.0.1:8080" + } +} +//备注: +//1、此配置仅支持接入服务端的 v2 版。