These are some guides for various use.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

26 lines
1.1 KiB

  1. # Bind
  2. This is a dockerized version of a bind server.
  3. The official container and documentation was made by [ventz](https://hub.docker.com/r/ventz/bind).
  4. ## Volumes
  5. Set the following volumes with the -v tag.
  6. | Volume-Name | Container mount | Description |
  7. | ---------------- | --------------- | ----------------------- |
  8. | bind_cache | /var/cache/bind | cache for dns |
  9. | bind_etc | /etc/bind | configuration for dns |
  10. ## Ports
  11. Set the following ports with the -p tag.
  12. | Container Port | Recommended outside port | Protocol | Description |
  13. | -------------- | ------------------------ | -------- | ----------------- |
  14. | 53 | 53 | TCP | dns protocol port |
  15. | 53 | 53 | UDP | dns protocol port |
  16. ## Additional
  17. There are some special variables to set.
  18. | Flag | Usage |
  19. | ----- | ------------------------------------------------------- |
  20. | --dns | set two of these flags for specific dns forward servers |