nixos-module/container/upstream: fix typo

This commit is contained in:
Astro 2022-09-13 01:05:00 +02:00
parent cff8d37b14
commit a7a9def709
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ in
iptables -A fwd_smtp -j REJECT
iptables -I FORWARD -p tcp --dport 25 -j fwd_smtp
ip6tables -N fwd_smtp \\
ip6tables -N fwd_smtp \
ip6tables -F fwd_smtp
${lib.concatMapStrings (subnet6: ''
ip6tables -A fwd_smtp --source ${subnet6} -j RETURN