dnsmasq-hook.sh 151 B

123456
  1. #!/bin/bash
  2. log='/var/lib/dnsmasq/dnsmasq.log'
  3. echo "$1;$2;$3;$4;${DNSMASQ_TAGS};${DNSMASQ_SUPPLIED_HOSTNAME};${DNSMASQ_OLD_HOSTNAME}" >>${log}
  4. exit