blob cc8e4620855b2263ebbdb725bea9486ca27824ee 354 bytes (raw)
name: vm/sys/net/image/etc/nftables.conf # note: path name is non-authoritative(*)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| | # SPDX-License-Identifier: EUPL-1.2+
# SPDX-FileCopyrightText: 2025 Yureka Lilian <yureka@cyberchaos.dev>
table driver-fw {
chain input {
type filter hook input priority filter; policy drop;
}
chain output {
type filter hook output priority filter; policy drop;
}
chain forward {
type filter hook forward priority filter; policy drop;
}
}
|
debug log:
solving cc8e462 ...
found cc8e462 in https://spectrum-os.org/git/spectrum
(*) Git path names are given by the tree(s) the blob belongs to.
Blobs themselves have no identifier aside from the hash of its contents.^
Code repositories for project(s) associated with this public inbox
https://spectrum-os.org/git/doc
https://spectrum-os.org/git/mktuntap
https://spectrum-os.org/git/spectrum
https://spectrum-os.org/git/ucspi-vsock
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).