测试:尝试增加hysteria2协议,尝试增加设备数限制功能

This commit is contained in:
wyx2685
2023-11-18 07:05:28 +09:00
parent f928b4f8f3
commit cf8016f405
18 changed files with 380 additions and 323 deletions

View File

@@ -11,6 +11,6 @@ func TestConf_LoadFromPath(t *testing.T) {
func TestConf_Watch(t *testing.T) {
c := New()
t.Log(c.Watch("./1.json", "", func() {}))
t.Log(c.Watch("./1.json", "", "", func() {}))
select {}
}