Fast Network Tools
DNSApe is a collection of network tools designed to be fast and efficient.
Docker Swarm:
git clone https://github.com/srvaudit/dnsape-docker.git
cd dnsape-docker
docker stack deploy -c docker-compose.yml dnsape
DNSApe should also be deployable via Docker Compose, though this has not been tested.
You can manually install DNSApe on your own PHP application server. An Nginx configuration is available.
Usage is self evident, but, here it is anyway...
- Need network debugging information
- Visit DNSApe
- Type or paste in the domain or IP being diagnosed
- Click on a tool!
If you'd like to modify DNSApe, you can rebuild application assets when changing them. See the Laravel docs for more information.
For developement and testing:
php artisan key:generate
composer install
npm install --unsafe-perm=true
npm run dev
For production:
composer install --optimize-autoloader --no-dev
artisan config:cache
artisan route:cache
npm run production
See UPDATES.md.
Distributed under the MIT license. See LICENSE
for more information.
https://github.com/codercotton
- Fork it (https://github.com/srvaudit/DNSApe/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request