Sha256: d9ea541d39a843c324eef9ca28458550a742c28d3f1ec4122b1ade91cf2d6f61

Contents?: true

Size: 807 Bytes

Versions: 2

Compression:

Stored size: 807 Bytes

Contents

# ronin-new-dns-proxy.1 "2023-02-01" Ronin "User Manuals"

## 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`, `--host` *IP*
: The IP to listen on. Defaults to `127.0.0.1` if not specified.

`-p`, `--port` *PORT*
: The port number to listen on. Defaults to `2345` if 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>

## SEE ALSO

[ronin-new-script](ronin-new-script.1.md)

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ronin-2.1.0 man/ronin-new-dns-proxy.1.md
ronin-2.1.0.rc1 man/ronin-new-dns-proxy.1.md