opennetadmin / build_bind

OpenNetAdmin plugin to manage and build BIND DNS server configurations
13 stars 13 forks source link

Problem with the build_bind config race #15

Open rouba002 opened 5 years ago

rouba002 commented 5 years ago

Variables provided by command line had been overwritten as the defaults from config file where loaded after. This is not a perfect solution, but should work in most cases. There is still problem when you use this mixture bash build_bind -s mydns.server.com -c ~/myOwnBuldBindConfig.conf

If $SRV_FQDN is defined in ~/myOwnBuldBindConfig.conf it will override the -s from command line.

The other one is minor typo on README.md. Sorry to put those two together, still learning.