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

This commit is contained in:
刘祥超
2021-09-13 10:51:16 +08:00
parent c95dde5187
commit fa37b40435
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()
})