docker-bind/regen-bind-key

8 lines
134 B
Bash
Executable File

#!/bin/bash
# reconfigure bind - regenerates secret keys
rndc-confgen -a -r /dev/urandom
# Only run once
rm /start.d/regen-bind-key