Skip to content

Commit

Permalink
etc/config/config.example.docker.yaml: leave the default for manageme…
Browse files Browse the repository at this point in the history
…nt API
  • Loading branch information
alesmrazek committed Nov 14, 2024
1 parent 08272a9 commit 7b34bcd
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions etc/config/config.example.docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,12 @@ network:
kind: dot
- interface: lo@443
kind: doh2
management:
interface: 127.0.0.1@5000

# By default, there is no need to expose the management API outside the container.
# But if for some reason it is needed, use port 5000, which is intended for that.
# You can access the API with 'kresctl' installed inside the container using 'docker exec'.
# For example: $ docker exec -it CONTANER_ID kresctl reload
# See more in documentation: https://www.knot-resolver.cz/documentation/latest/deployment-docker.html

# management:
# interface: 127.0.0.1@5000

0 comments on commit 7b34bcd

Please sign in to comment.