From ccea5fa9481f86f007701bee8e8850e4fbb38ad5 Mon Sep 17 00:00:00 2001 From: obscuren Date: Sat, 23 Aug 2014 19:01:06 +0200 Subject: [PATCH] changed to new nat-pmp repo --- natpmp.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/natpmp.go b/natpmp.go index 9a1fb652b..badbaf9eb 100644 --- a/natpmp.go +++ b/natpmp.go @@ -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