-
Notifications
You must be signed in to change notification settings - Fork 7
Troubleshooting
Iman edited this page Sep 6, 2026
·
10 revisions
English | فارسی | Русский | 中文
This guide comes from the existing README. Its measurements retain their original dates; this documentation move does not report a new test run. English | فارسی | Русский | 中文
docs/DEFECTS.md is the list of things that are known, evidenced and not fixed,
with what was measured, what it costs, and what would close each one. None of
them is a leak of client traffic. Summarised, so that this file is not a reason
to skip that one:
- D1. Nothing re-asserts the firewall once it is loaded. Open. There is no read of the live ruleset anywhere in production code, and no loop that re-checks it. So anything that removes the table mid-session leaves the box forwarding and the panel reporting connected.
- D2. Two changes to the machine had no inverse. One is closed and the other is closed in process and open across a kill. The generated configuration files are now removed on stop, and the radio soft-block is put back, re-reading the device state first so a radio somebody else changed is left alone. What is still open is narrow: the record of which devices were unblocked lives in memory, so a service that is killed rather than stopped does not re-block them.
-
D3. A hotspot interface this package created is not released from
NetworkManager. Open by decision. The paths that take over an existing
interface do release it. The paths that create one do not, because detection
ran before that interface existed.
TestACreatedHotspotInterfaceHasNoMeasuredManagerAndIsNotReleasedpins the gap so it stays a decision rather than becoming an accident. - D4. Stop reports success when it undid nothing. Open, reporting only. A teardown in which every inverse failed still returns no error, so the panel can say the box was returned to how it was found while it is still fully configured. The box stays fail-closed in that state, because the firewall's inverse is held.
-
D5. The uninstaller replays the journal by its own rules. Open.
uninstall.shcarries an independent Python reimplementation of the replay. It has no equivalent of the rule that holds the firewall's inverse when an earlier one fails, so an uninstall whose routing inverses fail still deletes the table.
docs/DEFECTS.md also lists what was closed rather than recorded, so that the
open list is not mistaken for the whole picture.
- Architecture and data flow
- Development and testing
- Documentation map
- Getting started
- Install on Linux and Raspberry Pi
- Install on macOS
- Install on Windows
- Installation
- Licence and credits
- Page template
- Panel and configuration
- Protocols and transports
- Releases and maintenance
- Security and privacy
- Caspian SNI spoofing and TLS splitting for DPI circumvention
- Third-party code and credits
- Translations
- Troubleshooting for home users