First WIP of rework to lighttpd

This commit is contained in:
Zach Brown
2024-04-07 01:46:29 +00:00
parent 22cd4be6c8
commit 05c387d539
9 changed files with 116 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
#!/bin/bash
# Define the ports you want to block
PORTS=("80" "8080" "8088" "443") # Default ports, will be modified by the install script
PORTS=("80" "443") # Default ports, will be modified by the install script
# First, allow specified ports on bridge0, eth0, and tailscale0
for port in "${PORTS[@]}"; do