Sha256: 47916f1dcafff329c695403f48bc321bf4af5562525893250b5e2bbee8c6b814

Contents?: true

Size: 1.02 KB

Versions: 2

Compression:

Stored size: 1.02 KB

Contents

# globetrotter

globetrotter retrieves a list of DNS servers around the world from the [Public DNS Server List](http://public-dns.tk/) and runs your query against them. This is particularly handy for compiling list of SaaS endpoint IPs in cases where the provider doesn't specify them.

## Installation

    $ gem install globetrotter

## Usage
Query 100 DNS servers for googleapis.com, making 10 requests in parallel at a time:

    $ globetrotter -q googleapis.com -c 100 -p 10
    
Write results for google.com to /tmp/google.txt - file will be created if it doens't exist

    $ globetrotter -q google.com -f /tmp/google.txt

See `globetrotter -h` for all parameters

## TODO
* Improve command line argument parsing
* Handle non-A records

## Contributing

1. [Fork it](https://github.com/amplify-education/globetrotter/fork)
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
globetrotter-0.0.11 README.md
globetrotter-0.0.10 README.md