Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harish2704/ipv6-global-ip-demo
A simple web application to test whether your ISP provides you 2^64 ipv6 global IP or not
https://github.com/harish2704/ipv6-global-ip-demo
ipv6 public-ip-address
Last synced: 3 days ago
JSON representation
A simple web application to test whether your ISP provides you 2^64 ipv6 global IP or not
- Host: GitHub
- URL: https://github.com/harish2704/ipv6-global-ip-demo
- Owner: harish2704
- License: mit
- Created: 2019-05-25T22:24:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-01T05:27:15.000Z (over 1 year ago)
- Last Synced: 2024-04-15T06:54:14.457Z (7 months ago)
- Topics: ipv6, public-ip-address
- Language: JavaScript
- Size: 47.9 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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` or `yarn 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## Demo
![Screencast](https://github.com/harish2704/harish2704.github.io/blob/master/for-ipv6-demo.gif?raw=true)