-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed IPv6 not supported error for Teredo/6to4 when using IPv4 BIN
- Loading branch information
1 parent
d2eb83f
commit e16a47b
Showing
2 changed files
with
89 additions
and
52 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
{ | ||
"name": "ip2proxy-nodejs", | ||
"version": "4.3.1", | ||
"description": "IP2Proxy proxy detection component", | ||
"keywords": [ | ||
"vpn-detection", | ||
"proxy-detection", | ||
"anonymous-proxy", | ||
"ip2proxy", | ||
"proxy-database", | ||
"vpn", | ||
"tor", | ||
"proxy" | ||
], | ||
"homepage": "https://www.ip2location.com/development-libraries/ip2proxy/nodejs", | ||
"author": { | ||
"name": "IP2Location.com", | ||
"email": "[email protected]", | ||
"url": "https://www.ip2location.com/" | ||
}, | ||
"files": [ | ||
"src/ip2proxy.js", | ||
"src/test.js", | ||
"src/ip2proxy.d.ts", | ||
"./README.md" | ||
], | ||
"main": "src/ip2proxy.js", | ||
"types": "src/ip2proxy.d.ts", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ip2location/ip2proxy-nodejs.git" | ||
}, | ||
"devDependencies": { | ||
"prettier": "2.4.0" | ||
} | ||
} | ||
{ | ||
"name": "ip2proxy-nodejs", | ||
"version": "4.3.2", | ||
"description": "IP2Proxy proxy detection component", | ||
"keywords": [ | ||
"vpn-detection", | ||
"proxy-detection", | ||
"anonymous-proxy", | ||
"ip2proxy", | ||
"proxy-database", | ||
"vpn", | ||
"tor", | ||
"proxy" | ||
], | ||
"homepage": "https://www.ip2location.com/development-libraries/ip2proxy/nodejs", | ||
"author": { | ||
"name": "IP2Location.com", | ||
"email": "[email protected]", | ||
"url": "https://www.ip2location.com/" | ||
}, | ||
"files": [ | ||
"src/ip2proxy.js", | ||
"src/test.js", | ||
"src/ip2proxy.d.ts", | ||
"./README.md" | ||
], | ||
"main": "src/ip2proxy.js", | ||
"types": "src/ip2proxy.d.ts", | ||
"license": "MIT", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ip2location/ip2proxy-nodejs.git" | ||
}, | ||
"devDependencies": { | ||
"prettier": "2.4.0" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters