summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xsrc/leap/bitmask/vpn/fw/osx/bitmask-helper5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/leap/bitmask/vpn/fw/osx/bitmask-helper b/src/leap/bitmask/vpn/fw/osx/bitmask-helper
index a1a3e86a..68be7dbb 100755
--- a/src/leap/bitmask/vpn/fw/osx/bitmask-helper
+++ b/src/leap/bitmask/vpn/fw/osx/bitmask-helper
@@ -39,6 +39,11 @@ To see the loaded rules:
sudo pfctl -s rules -a bitmask
+To test the commands, you can write directly to the unix socket. Remember to
+terminate the command properly:
+
+ echo 'firewall_stop/CMD' | socat - UNIX-CONNECT:/tmp/bitmask-helper.socket
+
"""
import os
import re