1
0
mirror of https://github.com/twisterarmy/nonstd.git synced 2025-03-13 05:51:03 +00:00
2015-08-21 15:54:19 +12:00
2015-08-21 15:21:26 +12:00
2015-08-21 15:21:26 +12:00
2015-08-21 15:54:19 +12:00
2015-08-21 15:54:19 +12:00

nonstd

Go Language utility to encode/decode ip addresses for the Twister Network

This is a toool I created for the dns seeder for the Twister P2P network

This tool allows you to test a DNS server and check it is returning the correct information.

NOTE: This repository is under ongoing development and is likely to break over time. Use at your own risk.

Installing

Simply use go get to download the code:

$ go get github.com/gombadi/nonstd

Usage

$ nonstd -h <dns server to test>

$ nonstd -i ipaddress -p port // to see an encoded ip for a real ip & port

$ nonstd -t1 ipaddress -t2 ipaddress // check if these two ip addresses are associated and if so display the port

Command line Options:



Usage of nonstd:
  -h string
        DNS host to query for addresses
  -i string
        Real ip to encode
  -p string
        Port encode
  -t1 string
        Single ip to test. Also needs -t2
  -t2 string
        Single ip to test. Also needs -t1
  -v    Display additional information

Description
Go Language utility to encode/decode ip addresses for the Twister Network
Readme Apache-2.0 30 KiB
Languages
Go 100%