mirror of
https://github.com/qdm12/gluetun.git
synced 2026-08-11 14:52:56 +02:00
human review!
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user