SYNOPSIS
ronin new dns-proxy [options] PATH
DESCRIPTION
Creates a new ronin-dns-proxy script.
See https://github.com/ronin-rb/ronin-dns-proxy#readme
ARGUMENTS
- PATH
- The path to the new script file.
OPTIONS
-H,--hostIP- The IP to listen on. Defaults to
127.0.0.1if not specified. -p,--portPORT- The port number to listen on. Defaults to
2345if not specified. -h,--help- Print help information
EXAMPLES
Generate a new ronin-dns-proxy script:
$ ronin new dns-proxy proxy.rb
See https://github.com/ronin-rb/ronin-dns-proxy#examples for more
ronin-dns-proxy examples.
AUTHOR
Postmodern postmodern.mod3@gmail.com