Add experimental nfqueue interception backend
This commit adds a new experimental nfqueue interception backed based on github.com/florianl/go-nfqueue. It should add more stability to the interception of network packets and also eliminates the CGO and the runtime dependency on libnetfilter_queue. Note that this commit does not remove the old nfqueue backend yet but adds a --experimental-nfqueue flag to portmaster-core.
This commit is contained in:
1
cmds/portmaster-core/.gitignore
vendored
1
cmds/portmaster-core/.gitignore
vendored
@@ -1,5 +1,6 @@
|
||||
# Compiled binaries
|
||||
portmaster
|
||||
portmaster-core
|
||||
portmaster.exe
|
||||
dnsonly
|
||||
dnsonly.exe
|
||||
|
||||
Reference in New Issue
Block a user