实现节点自动切换到备用IP

This commit is contained in:
GoEdgeLab
2021-09-13 10:51:16 +08:00
parent d4494d0191
commit b53ef45a6a
8 changed files with 115 additions and 7 deletions

View File

@@ -30,6 +30,7 @@ func init() {
Post("/showTip", new(ShowTipAction)).
Post("/hideTip", new(HideTipAction)).
Post("/theme", new(ThemeAction)).
Post("/validateIPs", new(ValidateIPsAction)).
EndAll()
})