Commit Diff
--- http-ban.sh +++ http-ban.sh @@ -1,6 +1,8 @@ #!/bin/sh -QUICK_WHITELIST=192.168.10.10 +# WARNING! +# Export this variable properly to avoid locking you out +: ${QUICK_WHITELIST:=127.0.0.1} alias log="logger -st http-ban" alias show="doas /sbin/pfctl -t players -T show"