docker-bind/regen-bind-key

8 lines
134 B
Plaintext
Raw Normal View History

2015-02-27 18:14:25 -08:00
#!/bin/bash
# reconfigure bind - regenerates secret keys
2015-09-07 21:26:49 -07:00
rndc-confgen -a -r /dev/urandom
2015-02-27 18:14:25 -08:00
# Only run once
rm /start.d/regen-bind-key