Displaying 1 result from an estimated 1 matches for "black_desk".
2023 Jun 02
3
[Bug 1686] New: Transparent proxy support requires transport protocol match
...specify your HEAD)
Hardware: x86_64
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: pablo at netfilter.org
CC: me at black-desk.cn
black_desk says:
"""
I wrote a nft script:
? cat test.nft
table inet test {
set protos {
typeof meta l4proto;
elements = { tcp, udp }
}
chain prerouting {
type filter hook prerouting priority mangle; policy accept;...