summaryrefslogtreecommitdiffhomepage
path: root/util/linuxfw/iptables.go
AgeCommit message (Expand)AuthorFilesLines
2025-10-23util/linuxfw: fix 32-bit arm regression with iptablesBrad Fitzpatrick1-3/+1
2025-10-01all: use Go 1.20's errors.Join instead of our multierr packageBrad Fitzpatrick1-3/+2
2025-09-27util/linuxfw, feature/buildfeatures: add ts_omit_iptables to make IPTables op...Brad Fitzpatrick1-1/+164
2024-09-11util/linuxfw: fall back to nftables when iptables not foundMaisem Ali1-0/+3
2023-10-10util/linuxfw: move detection logicMaisem Ali1-2/+2
2023-08-10util/linuxfw: rename ErrorFWModeNotSupportedBrad Fitzpatrick1-1/+1
2023-08-08wgengine/router: add auto selection heuristic for iptables/nftablesKevinLiang101-4/+45
2023-07-20util/linuxfw: remove yet-unused code to fix linux/arm64 crashBrad Fitzpatrick1-799/+2
2023-06-30util/linuxfw: add new arch build constraintsKevinLiang101-1/+2
2023-02-14util/linuxfw: add build constraints excluding GOARCH=armAndrew Dunham1-1/+1
2023-02-09util/linuxfw: initial implementation of packageAndrew Dunham1-0/+825