l 2 hfos: run krebs-iptables after libvirtd
This commit is contained in:
parent
d4445947ae
commit
5829d67260
@ -36,4 +36,6 @@ with import <stockholm/lib>;
|
|||||||
krebs.iptables.tables.nat.OUTPUT.rules = [
|
krebs.iptables.tables.nat.OUTPUT.rules = [
|
||||||
{ v6 = false; precedence = 1000; predicate = "-d 213.239.205.246 -p tcp --dport 443"; target = "DNAT --to-destination 192.168.122.208:1443"; }
|
{ v6 = false; precedence = 1000; predicate = "-d 213.239.205.246 -p tcp --dport 443"; target = "DNAT --to-destination 192.168.122.208:1443"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
|
systemd.services.krebs-iptables.after = [ "libvirtd.service" ];
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user