mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +03:00
Remove unnecessary addRoute
This commit is contained in:
parent
c0ce4cc97d
commit
03d5304abb
1 changed files with 0 additions and 4 deletions
|
@ -83,8 +83,6 @@ class VPNService : VpnService(), PlatformInterfaceWrapper {
|
|||
while (inet4RouteAddress.hasNext()) {
|
||||
builder.addRoute(inet4RouteAddress.next().toIpPrefix())
|
||||
}
|
||||
} else {
|
||||
builder.addRoute("0.0.0.0", 0)
|
||||
}
|
||||
|
||||
val inet6RouteAddress = options.inet6RouteAddress
|
||||
|
@ -92,8 +90,6 @@ class VPNService : VpnService(), PlatformInterfaceWrapper {
|
|||
while (inet6RouteAddress.hasNext()) {
|
||||
builder.addRoute(inet6RouteAddress.next().toIpPrefix())
|
||||
}
|
||||
} else {
|
||||
builder.addRoute("::", 0)
|
||||
}
|
||||
|
||||
val inet4RouteExcludeAddress = options.inet4RouteExcludeAddress
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue