mirror of
https://github.com/SagerNet/sing-box-for-android.git
synced 2025-04-03 20:07:38 +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
|
||||
}
|
||||
|
||||
override fun includeAllNetworks(): Boolean {
|
||||
return false
|
||||
}
|
||||
|
||||
override fun clearDNSCache() {
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue