diff options
-rw-r--r-- | natpmp.go | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,9 +1,11 @@ package eth import ( - natpmp "code.google.com/p/go-nat-pmp" + //natpmp "code.google.com/p/go-nat-pmp" "fmt" "net" + + natpmp "github.com/jackpal/go-nat-pmp" ) // Adapt the NAT-PMP protocol to the NAT interface |