KILLSTREAM
Last updated
#!/bin/bash
# Title: Killstream example
#
# Description: Prevent HTTP Basic Authorization requests
# Set bridge mode
NETMODE BRIDGE
LED R SINGLE
# Wait for any basic-auth on port 80
KILLSTREAM br-lan ANY 'Authorization: Basic' 80