ip6tables-restore

Restore IPv6 firewall rules from file

TLDR

This command is an alias of iptables-restore for IPv6 firewall
$ tldr iptables-restore

SYNOPSIS

ip6tables-restore [options] [file]

DESCRIPTION

ip6tables-restore restores IPv6 firewall rules previously saved by ip6tables-save. It is functionally identical to iptables-restore but operates on the IPv6 ip6tables ruleset instead of the IPv4 iptables ruleset.

INSTALL

sudo pacman -S iptables
sudo apk add iptables
sudo zypper install iptables
brew install iptables
nix profile install nixpkgs#iptables

SEE ALSO

iptables-restore(8), ip6tables(8), ip6tables-save(8), iptables(8)