diff options
-rw-r--r-- | docs/debug.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/debug.rst b/docs/debug.rst index a154ab0..51d121e 100644 --- a/docs/debug.rst +++ b/docs/debug.rst @@ -58,6 +58,18 @@ Make sure that "pgrep bitmask-helper" does not return any pid. Now you can move /Applications/RiseupVPN.app to the Trash, and launch a recent installer to get a clean install. +Firewall +~~~~~~~~ + +In the unfortunate event that a crash lets you with a non-usable connection, you can restore the firewall by hand: + +.. code:: bash + + # if you see drop ... <bitmask_gateways>, the fw is on + sudo pfctl -a com.apple/250.BitmaskFirewall -sr + # clean it up! + sudo pfctl -a com.apple/250.BitmaskFirewall -F all + Windows ------- In Windows you can use PowerShell to see if there's an old service Running (it |