You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
6 years ago | |
---|---|---|
static | 6 years ago | |
.gitignore | 6 years ago | |
LICENSE | 6 years ago | |
README.md | 6 years ago | |
index.js | 6 years ago | |
package.json | 6 years ago | |
yarn.lock | 6 years ago |
README.md
ipv6-global-ip-demo
A simple web application to test whether your ISP provides you 2^64 ipv6 global IP or not
Usage
- clone the repo
- run
npm install
oryarn install
- export environment variable
ETH_DEV
which points to ether net interface with public IPv6 address. - Run server . Eg:
env ETH_DEV=em1 npm run server
, where em1 is the ether net interface with global IPv6 IP. - Open [http://127.0.0.1:3553/] in the browser to access the application