Replace strict mode with fallback upstream interface
Fixes #40. Apparently we can no longer take advantage of default network rules set by Android system since Android 9.0 thanks to this commit: 758627c4d9
This commit is contained in:
@@ -56,7 +56,6 @@ class App : Application() {
|
||||
return if (result in 1..165) result else 0
|
||||
}
|
||||
val masquerade get() = pref.getBoolean("service.masquerade", true)
|
||||
val strict get() = app.pref.getBoolean("service.repeater.strict", false)
|
||||
val dhcpWorkaround get() = pref.getBoolean("service.dhcpWorkaround", false)
|
||||
|
||||
val cleanRoutings = Event0()
|
||||
|
||||
Reference in New Issue
Block a user