Полный продовый фикс fix22: DNS preflight, inet firewall, idempotent bootstrap, auth-semantics и redact-config
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
table ip hy2xs {
|
||||
table inet hy2xs {
|
||||
chain input {
|
||||
type filter hook input priority 0; policy drop;
|
||||
|
||||
iif lo accept
|
||||
ct state established,related accept
|
||||
tcp dport {{SSH_PORT}} accept
|
||||
meta nfproto ipv4 tcp dport {{SSH_PORT}} accept
|
||||
{{ACME_RULE}}
|
||||
udp dport {{HYSTERIA_PORT}} accept
|
||||
icmp type echo-request accept
|
||||
meta nfproto ipv4 udp dport {{HYSTERIA_PORT}} accept
|
||||
meta nfproto ipv4 icmp type echo-request accept
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user