mirror of
https://github.com/safing/portmaster
synced 2025-09-15 17:29:42 +00:00
Reset connection PoC
This commit is contained in:
parent
d256bf0795
commit
0423dfbbbf
8 changed files with 1590 additions and 77 deletions
|
@ -1,6 +1,8 @@
|
|||
package interception
|
||||
|
||||
import "github.com/safing/portmaster/network/packet"
|
||||
import (
|
||||
"github.com/safing/portmaster/network/packet"
|
||||
)
|
||||
|
||||
// start starts the interception.
|
||||
func start(ch chan packet.Packet) error {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue