• R/O
  • SSH

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A small utility to fetch information about IPv6 addresses and possibly also any associated IPv4 address.


Commit MetaInfo

Révision40ca37f347fa14e4a7bb2e211f987e041ddd595c (tree)
l'heure2016-12-31 19:40:04
AuteurEric Hopper <hopper@omni...>
CommiterEric Hopper

Message de Log

Added README for Bitbucket and other public hosting.

Change Summary

Modification

diff -r 6ef79e378e58 -r 40ca37f347fa README
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/README Sat Dec 31 02:40:04 2016 -0800
@@ -0,0 +1,7 @@
1+This Python program tries to give as much information about an IPv6 address
2+as it can. Additionally, if it appears to be an IPv6 address for one of the
3+commonly used IPv6 over IPv4 tunneling technologies, it tries to fetch
4+information about the IPv4 endpoint of the tunnel.
5+
6+This information includes reverse DNS lookups and information about address
7+classification (like that it is a tunnel address).