human review!

This commit is contained in:
Quentin McGaw
2026-08-06 20:08:38 +00:00
parent 0f337b4277
commit c513b8fbd2
6 changed files with 73 additions and 164 deletions
+1
View File
@@ -12,6 +12,7 @@ import (
"github.com/google/nftables"
)
// IsSupported returns true if nftables is supported on the system, false otherwise.
func IsSupported() bool {
conn, err := nftables.New()
if err != nil {