mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-04 20:37:40 +03:00
Add stub for includeAllNetworks
This commit is contained in:
parent
9f086fab5c
commit
441a06aeb6
1 changed files with 4 additions and 0 deletions
|
@ -99,6 +99,10 @@ interface PlatformInterfaceWrapper : PlatformInterface {
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
|
||||||
|
override fun includeAllNetworks(): Boolean {
|
||||||
|
return false
|
||||||
|
}
|
||||||
|
|
||||||
override fun clearDNSCache() {
|
override fun clearDNSCache() {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue