dependabot[bot]andGitHub 32b1b951ce Bump thenify from 3.3.0 to 3.3.1
Bumps [thenify](https://github.com/thenables/thenify) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/thenables/thenify/releases)
- [Changelog](https://github.com/thenables/thenify/blob/master/History.md)
- [Commits](https://github.com/thenables/thenify/compare/3.3.0...3.3.1)

---
updated-dependencies:
- dependency-name: thenify
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 05:27:14 +00:00
2019-05-26 06:34:18 +05:30
2019-05-26 03:55:28 +05:30
2019-05-26 06:34:18 +05:30
2019-05-26 03:54:18 +05:30
2019-05-26 03:55:28 +05:30
2019-05-26 06:53:34 +05:30
2023-05-01 05:27:14 +00:00

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

S
Description
No description provided
Readme MIT
144 KiB
Languages
JavaScript 75.5%
HTML 24.5%