Skip to content

Commit

Permalink
fix #50 (update doc)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Hofmann committed Apr 8, 2024
1 parent 428fd6c commit 77ade84
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ To use your own/custom upstream DNS Server you have to do the following:
- Use the [DNSDist Documentation](https://dnsdist.org/reference/config.html#newServer) to create you own upstream pool.
Example:
```
newServer("192.0.2.1", name="custom1", pool="customUpstream")
newServer("192.0.2.2", name="custom2", pool="customUpstream")
newServer({address="192.0.2.1", name="custom1", pool="customUpstream"})
newServer({address="192.0.2.2", name="custom2", pool="customUpstream"})
```
- Ensure you have set a `pool` and it is **NOT** named `upstream` (this name is already used by sniDust itself)
- Set Environment Variable `DNSDIST_UPSTREAM_POOL_NAME` to your pool name *(here: `customUpstream`)*
Expand Down

0 comments on commit 77ade84

Please sign in to comment.