Skip to content

Commit d51bef1

Browse files
committed
move conntrack to own repository
1 parent 140db6c commit d51bef1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

netstat-nat.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
package main
22

33
import (
4-
"github.com/dominikh/simple-router/conntrack"
54
"github.com/dominikh/simple-router/lookup"
5+
6+
"github.com/dominikh/conntrack"
67
"github.com/dominikh/netdb"
78

89
flag "github.com/ogier/pflag"

0 commit comments

Comments
 (0)