Kernel aport forked from pmaports 7.1.2-r0, repointed at milos-linux combined-stable with the tested FP6 config (+EFI_ZBOOT for packaging); imsd + nftables aports from the pending pmaports submission. build.sh carries TODO(validate) markers - not yet run end-to-end. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
8 lines
181 B
Text
8 lines
181 B
Text
#!/usr/sbin/nft -f
|
|
|
|
table inet filter {
|
|
chain input {
|
|
udp dport 53317 accept comment "localsend device discovery"
|
|
tcp dport 53317 accept comment "localsend file transfer"
|
|
}
|
|
}
|