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
+2 -2
View File
@@ -147,8 +147,8 @@ message Config {
// Use domain as is.
AsIs = 0;
// Always resolve IP for domains.
UseIp = 1;
// [Deprecated] Always resolve IP for domains.
// UseIp = 1;
// Resolve to IP if the domain doesn't match any rules.
IpIfNonMatch = 2;