mirror of
https://github.com/harish2704/ipv6-global-ip-demo.git
synced 2026-09-10 07:11:08 +00:00
b1d5f200e29fddd5d722e44d7df92da09897acc4
Bumps [urijs](https://github.com/medialize/URI.js) from 1.19.1 to 1.19.11. - [Release notes](https://github.com/medialize/URI.js/releases) - [Changelog](https://github.com/medialize/URI.js/blob/gh-pages/CHANGELOG.md) - [Commits](https://github.com/medialize/URI.js/compare/v1.19.1...v1.19.11) --- updated-dependencies: - dependency-name: urijs dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
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 installoryarn install - export environment variable
ETH_DEVwhich 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
Languages
JavaScript
75.5%
HTML
24.5%
