diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-12-01 17:27:43 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-12-01 17:27:43 +0100 |
commit | 52ffbe9440dab0d2888f1abbcb97cd70150d15a1 (patch) | |
tree | 36936dd41801f0b8eb4cd38bddc4059b3d4408d0 /docs | |
parent | 2747a5b159c40750ad9797b2e29ff68b5c93197b (diff) |
[docs] osx firewall
Diffstat (limited to 'docs')
-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 |