Skip to content

Commit

Permalink
docs(readme): container link
Browse files Browse the repository at this point in the history
  • Loading branch information
rwxd committed Feb 9, 2024
1 parent 5614c5f commit 66ef5b0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,14 @@ Within a zone, the token can be limited to one or more records.

## Usage

### Container

Containers are available under [Packages](https://github.com/akquinet/powerdns-api-proxy/pkgs/container/powerdns-api-proxy).

```bash
docker run -v config:/config -e PROXY_CONFIG_PATH=/config/config.yaml -e LOG_LEVEL=WARNING ghcr.io/akquinet/powerdns-api-proxy:latest
```

### Authentication

The token is expected in the header `X-API-Key` as with the PowerDNS API.
Expand Down

0 comments on commit 66ef5b0

Please sign in to comment.