committing changes in /etc made by "-bash"

Package changes:
This commit is contained in:
2022-06-17 10:03:53 +03:00
parent e29fcfc5a5
commit 48e168f1a3
159 changed files with 12 additions and 6908 deletions

View File

@@ -1,16 +0,0 @@
# Sample configuration snippet for nftables service.
# Meant to be included by main.nft, not for direct use.
# a common table for both IPv4 and IPv6
table inet nftables_svc {
# base-chain for traffic forwarded by this host
# re-uses 'allow' chain from main.nft
chain FORWARD {
type filter hook forward priority filter + 20
policy accept
jump allow
reject with icmpx type host-unreachable
}
}