https://github.com/mithro/ipv6only
A very simple website designed to be setup on IPv6 only and provide an API for checking if a person is IPv6 enabled.
https://github.com/mithro/ipv6only
Last synced: about 1 year ago
JSON representation
A very simple website designed to be setup on IPv6 only and provide an API for checking if a person is IPv6 enabled.
- Host: GitHub
- URL: https://github.com/mithro/ipv6only
- Owner: mithro
- License: apache-2.0
- Created: 2011-04-09T17:28:09.000Z (about 15 years ago)
- Default Branch: master
- Last Pushed: 2014-08-11T13:05:43.000Z (almost 12 years ago)
- Last Synced: 2025-03-18T05:54:52.159Z (about 1 year ago)
- Language: PHP
- Homepage: http://ipv6only.me
- Size: 141 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
About
=========================================================================
A website designed to allow web apps to figure out if a person as IPv6
connectivity, and that their IP address is.
The original site can be found at http://ipv6only.me/
License
=========================================================================
All code is licensed under Apache License Version 2.0, see the LICENSE
file for more details.
Set Up
=========================================================================
Setting up your own copy of ipv6only.me is relatively simple.
Step 1 - Create an IPv6 only DNS name. It should *only* have AAAA
records.
The ipv6only.me domain is complete IPv6 only, it doesn't even use IPv4 for
DNS resolution (see the include example.hosts file). This makes sure that
every part in the user's pipeline is correctly IPv6 enabled. I highly
recommend this is you want to be absolutely certain their IPv6 setup
is complete.
Step 2 - Deploy the application to Apache (with PHP installed) at the
root directory of your new IPv6 website.
Step 3 - (Optional) If you want to see who ends up at your website
enable Google Analytics by creating a PHP file with the
following contents;
```php