Router: Remove the deprecated UseIP option (#5323)

This commit is contained in:
Meow
2025-11-21 13:46:41 +08:00
committed by GitHub
parent f14fd1cbee
commit d41840132a
3 changed files with 14 additions and 21 deletions

View File

@@ -83,8 +83,6 @@ func (c *RouterConfig) getDomainStrategy() router.Config_DomainStrategy {
}
switch strings.ToLower(ds) {
case "alwaysip":
return router.Config_UseIp
case "ipifnonmatch":
return router.Config_IpIfNonMatch
case "ipondemand":