diff options
author | obscuren <geffobscura@gmail.com> | 2014-08-24 01:01:06 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-08-24 01:01:06 +0800 |
commit | ccea5fa9481f86f007701bee8e8850e4fbb38ad5 (patch) | |
tree | 419064d294e0d725d107d0138c881779174f4886 | |
parent | 2d00027fd962897e845cfa6463bb87ed91970e8c (diff) | |
download | dexon-ccea5fa9481f86f007701bee8e8850e4fbb38ad5.tar.gz dexon-ccea5fa9481f86f007701bee8e8850e4fbb38ad5.tar.zst dexon-ccea5fa9481f86f007701bee8e8850e4fbb38ad5.zip |
changed to new nat-pmp repo
-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 |