chore: 添加 reality 配置

This commit is contained in:
Mmx233
2024-01-01 15:17:28 +08:00
parent 55ebcba831
commit 3d812a361f
2 changed files with 9 additions and 0 deletions

View File

@@ -39,6 +39,9 @@ var defaultConfig = ConfFromFile{
"token": "",
},
},
Reality: RealityConf{
Addr: "http://www.baidu.com",
},
CustomHeader: map[string]interface{}{
"User-Agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Safari/537.36",
},