[ { type: install message: <>/boot/loader.conf.local echo 'mac_portacl_load="YES"' >>/boot/loader.conf.local echo 'accf_dns_load="YES"' >>/boot/loader.conf.local echo 'accf_data_load="YES"' >>/boot/loader.conf.local echo "# required for gdnsd3">>/etc/sysctl.conf.local echo "security.mac.portacl.suser_exempt=1">>/etc/sysctl.conf.local echo "security.mac.portacl.port_high=1023">>/etc/sysctl.conf.local echo "net.inet.ip.portrange.reservedlow=0">>/etc/sysctl.conf.local echo "net.inet.ip.portrange.reservedhigh=0">>/etc/sysctl.conf.local echo "security.mac.portacl.rules=uid:179:udp:53,uid:179:tcp:53">>/etc/sysctl.conf.local Then, either reboot or run the following commands to implement the above changes: kldload mac_portacl kldload accf_dns kldload accf_data service sysctl reload EOM } ]