This commit is contained in:
2026-01-21 11:59:07 +02:00
parent 8ec4722193
commit 27070a4c2f
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,8 @@
#!/bin/sh
set -eu
#cat /root/rc.local-with | grep -v block > /etc/rc.local
grep -qi "block" /etc/rc.local && sed -i '\|^/root/startblock\.sh$|d' /etc/rc.local
LAN_IF="br-lan"
LAN_NET="192.168.2.0/24"