PHP 8.5.2
Preview: workstation.nft Size: 817 B
//usr/share/doc/nftables/examples/workstation.nft

#!/usr/sbin/nft -f

flush ruleset

table inet filter {
	chain input {
		type filter hook input priority 0;

		# accept any localhost traffic
		iif lo accept

		# accept traffic originated from us
		ct state established,related accept

		# activate the following line to accept common local services
		#tcp dport { 22, 80, 443 } ct state new accept

		# ICMPv6 packets which must not be dropped, see https://tools.ietf.org/html/rfc4890#section-4.4.1
		meta nfproto ipv6 icmpv6 type { destination-unreachable, packet-too-big, time-exceeded, parameter-problem, echo-reply, echo-request, nd-router-solicit, nd-router-advert, nd-neighbor-solicit, nd-neighbor-advert, 148, 149 } accept
		ip6 saddr fe80::/10 icmpv6 type { 130, 131, 132, 143, 151, 152, 153 } accept

		# count and drop any other traffic
		counter drop
	}
}

Directory Contents

Dirs: 1 × Files: 23

Name Size Perms Modified Actions
sysvinit DIR
- drwxr-xr-x 2026-01-08 12:55:33
Edit Download
1016 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
129 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
197 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
1.23 KB lrwxr-xr-x 2024-04-08 16:14:26
Edit Download
187 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
251 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
182 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
74 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
246 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
137 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
186 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
78 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
253 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
141 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
1.81 KB lrwxr-xr-x 2024-04-08 16:14:26
Edit Download
1.14 KB lrwxr-xr-x 2023-10-19 14:02:56
Edit Download
128 B lrw-r--r-- 2024-04-08 16:14:26
Edit Download
1.05 KB lrwxr-xr-x 2023-10-19 14:02:56
Edit Download
28.21 KB lrw-r--r-- 2024-04-08 16:14:26
Edit Download
475 B lrw-r--r-- 2023-10-19 14:02:56
Edit Download
2.35 KB lrwxr-xr-x 2024-04-08 16:14:26
Edit Download
1.25 KB lrwxr-xr-x 2024-04-08 16:14:26
Edit Download
817 B lrwxr-xr-x 2023-10-19 14:02:56
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).