Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
lxhao61 authored Oct 10, 2023
1 parent 88b4c54 commit 73fe701
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions Client Configuration/hysteria_config.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//Hysteria 的 v1 版配置示例
{
"server": "xx.yy:2083", //修改为服务端分配的域名及端口
"protocol": "udp", //修改为服务端配置的传输协议
Expand All @@ -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 版。

0 comments on commit 73fe701

Please sign in to comment.