mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-06 20:10:11 +02:00
625a63e7c2
- prevent leaks for connections made the first ~10 milliseconds when Gluetun starts - seems critical, but in practice this very rarely happen and it very hard to reproduce
8 lines
107 B
Go
8 lines
107 B
Go
//go:build !linux
|
|
|
|
package netlink
|
|
|
|
func (n *NetLink) FlushConntrack() error {
|
|
panic("not implemented")
|
|
}
|