Historique | Voir | Annoter | Télécharger (218 octets)
# manage out wireguard
class nftables::rules::out::wireguard (
Array[Integer,1] $ports = [51820],
) {
nftables::rule {
'default_out-wireguard':
content => "udp dport {${join($ports,', ')}} accept",
}