• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Add Notify manually

isomonkpiss

Basic Pleskian
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
 
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
 
Back
Top