Update to 2025-04-16 15:00

This commit is contained in:
Daniel Berteaud
2025-04-16 15:00:11 +02:00
parent faf91a5c0c
commit 4fb8dee0b6
5 changed files with 8 additions and 4 deletions

View File

@@ -16,6 +16,7 @@ while (<IPT>){
(m/.*\-o\s+docker0.*/)
){
$change = 1;
print "Removing line $_ from $ipt\n";
next;
}
push @rules, $_;

View File

@@ -1,6 +1,6 @@
[Unit]
Description=Cleanup Nomad and Docker runtime rules
Before=iptables.service
Before=iptables.service nomad.service docker.service
[Service]
Type=oneshot