KILLPORT
Options
KILLPORT [interface] [port] ... [portN]Interface
Ports
Examples
#!/bin/bash
# Title: Killport example
#
# Description: Act as a transparent bridge but block HTTPS traffic
# Set bridge mode
NETMODE BRIDGE
LED G SINGLE
# Kill https on port 443
KILLPORT br-lan 443Last updated