Skip to content

Commit

Permalink
add usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
natesales committed Apr 21, 2021
1 parent c9d09cc commit 149830d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,21 @@
[![Release](https://img.shields.io/github/v/release/emeraldonion/odohd?style=for-the-badge)](https://github.com/emeraldonion/odohd/releases)

This fork includes changes for a server suited to Emerald Onion's production deployment.

## Usage:

```
Usage:
odohd [OPTIONS]
Application Options:
-l, --listen= Address to listen on (default: localhost:8080)
-r, --resolver= Target DNS resolver to query (default: 127.0.0.1:53)
-t, --no-tls Disable TLS
-c, --cert= TLS certificate file
-k, --key= TLS key file
-v, --verbose Enable verbose logging
Help Options:
-h, --help Show this help message
```

0 comments on commit 149830d

Please sign in to comment.