I isomonkpiss Basic Pleskian May 4, 2016 #1 hello, how can i add manually a command that plesk dns "Notify" a slave dns for dns changes? I can not use the Slave DNS Manager because i can not use rndc keys ubuntu 14.04 plesk 12.5
hello, how can i add manually a command that plesk dns "Notify" a slave dns for dns changes? I can not use the Slave DNS Manager because i can not use rndc keys ubuntu 14.04 plesk 12.5
IgorG Plesk addicted! Plesk Certified Professional May 4, 2016 #3 Try to use something like: # for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do rndc reload $i; done
Try to use something like: # for i in `mysql -uadmin -p\`cat /etc/psa/.psa.shadow\` psa -Ns -e "select name from domains"`; do rndc reload $i; done
EugeneKazakov Regular Pleskian Staff member May 19, 2016 #4 If you want to implement your own DNS "notifier", take a look at 3d-party DNS services topic in our documentation: http://docs.plesk.com/en-US/12.5/extensions-guide/integration-with-thirdparty-dns-services.72158/
If you want to implement your own DNS "notifier", take a look at 3d-party DNS services topic in our documentation: http://docs.plesk.com/en-US/12.5/extensions-guide/integration-with-thirdparty-dns-services.72158/