Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarow committed Jan 2, 2024
1 parent a03e374 commit c91e8da
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Currently DockDNS only supports Cloudflare as a DNS provider.
- Static DNS record configuration based on a config file
- Dynamic DNS record configuration based on Docker labels
- IPv4 & IPv6 support
- Supports multiple zones

## Configuration

Expand Down Expand Up @@ -61,13 +62,13 @@ If no explicit IP address is set, the public IP will be fetched and set automati
## Installation
### Go Binary
### Go install
```
go install github.com/Tarow/dockdns@latest
```

Be default, DockDNS looks for a `config.yaml` in the current folder. The location of the configuration file can be overwritten by providing the `-config` flag:
By default, DockDNS looks for a `config.yaml` in the current folder. The location of the configuration file can be overwritten using the `-config` flag:

```
dockdns -config /path/to/config.yaml
Expand Down

0 comments on commit c91e8da

Please sign in to comment.