nixbld: block siglent internet

force-ssl-main-website
Sebastien Bourdeauducq 2022-08-03 12:52:26 +08:00
parent a147bb3883
commit 5f7cb6113e
1 changed files with 2 additions and 1 deletions

View File

@ -140,7 +140,8 @@ in
iptables -w -A FORWARD -j block-lan-from-wifi
iptables -w -N block-insecure-devices
iptables -w -A block-insecure-devices -m mac --mac-source 00:20:0c:6c:ee:ba -j DROP
iptables -w -A block-insecure-devices -m mac --mac-source 00:20:0c:6c:ee:ba -j DROP # keysight SA
iptables -w -A block-insecure-devices -m mac --mac-source 74:5b:c5:20:c1:5f -j DROP # siglent scope
iptables -w -A FORWARD -j block-insecure-devices
'';
extraStopCommands = ''