ignoramous
ignoramous
A user says, > Hidden rules with "show all" feature in 0.5.5u (53) firewall rules vs just showing all rules in 0.5.5n (45) is *extremely* inconvenient, as you often need...
> "Block all except bypassed” doesn't disable WiFi/Data icons. Can this be fixed so that we know what is disabled and what not? _Originally posted by @encodinge in https://github.com/celzero/rethink-app/discussions/2429_ ---...
Any Accept/Deny button upon app trying to access network? Thanks! _Originally posted by @encodinge in https://github.com/celzero/rethink-app/discussions/2430_
> The ability to have multiple wireguard VPN tunnels running at the same time is actually quite convenient so my suggestion is if multiple profile are active at the same...
Ref: - [*DNS Firewalling with MISP & Technitium DNS Server*](https://zaferbalkan.com/technitium-misp/) ([mirror](https://archive.vn/545H0), [code](https://github.com/TechnitiumSoftware/DnsServer/tree/e3e3f78/Apps/MispConnectorApp), [docs](https://www.circl.lu/doc/misp/automation/#automation-api)). Also: - https://github.com/celzero/rethink-app/issues/164
A user shared these screenshots:   Also: https://www.reddit.com/r/rethinkdns/comments/1p3rvuj/display_screwed_up_on_folding_devices/
Some users want to control what Rethink itself can & cannot connect to and when. Basically, using Rethink to monitor & conditionally allow/block Rethink's egress traffic. With *Configure -> Network...
Send Ping every 30s or so (if the device is NOT locked or if the phone isn't in [sleeping](https://developer.android.com/reference/kotlin/android/os/PowerManager#isDeviceIdleMode()) / [dozing](https://developer.android.com/reference/kotlin/android/os/PowerManager#ACTION_DEVICE_IDLE_MODE_CHANGED:kotlin.String) / [low](https://developer.android.com/reference/kotlin/android/os/PowerManager#isLowPowerStandbyEnabled())-[power](https://developer.android.com/reference/kotlin/android/os/PowerManager#ACTION_LOW_POWER_STANDBY_ENABLED_CHANGED:kotlin.String) states) for the next X minutes (or...
Pause / resume *Advance* mode WireGuard - at certain periods - after certain per-day upload/download thresholds from: https://github.com/celzero/rethink-app/issues/2394#issue-3633295315
Dep locks: https://docs.gradle.org/current/userguide/dependency_locking.html Dynamic deps: https://docs.gradle.org/current/userguide/performance.html#minimize_dynamic_and_snapshot_versions ```groovy configurations.all { resolutionStrategy { cacheDynamicVersionsFor 4, 'hours' cacheChangingModulesFor 10, 'minutes' } } ``` Cache: https://docs.gradle.org/current/userguide/caching_android_projects.html#annotation_processors_and_kotlin ```groovy plugins.withId("kotlin-kapt") { kapt.useBuildCache = true } ```...