Révision 4db4422a
Add http and https
manifests/rules/http.pp | ||
---|---|---|
1 |
# manage in http |
|
2 |
class nftables::rules::http { |
|
3 |
nftables::rule{ |
|
4 |
'default_in-http': |
|
5 |
content => 'tcp dport 80 accept', |
|
6 |
} |
|
7 |
} |
manifests/rules/https.pp | ||
---|---|---|
1 |
# manage in https |
|
2 |
class nftables::rules::https { |
|
3 |
nftables::rule{ |
|
4 |
'default_in-https': |
|
5 |
content => 'tcp dport 443 accept', |
|
6 |
} |
|
7 |
} |
Formats disponibles : Unified diff