01_setup_site.sh doesn't set _forwarders correctly when resolv.conf has comments inline
The default ncsa/control-repo sets up /etc/resolv.conf with comments at the end in-line:
nameserver 127.0.0.1 # Unbound
nameserver 141.142.2.2 # NCSA primary
nameserver 141.142.230.144 # NCSA secondary
01_setup_site.sh grabs the last entry in the line, so $_forwarders in the above example ends up getting set as
Unbound,primary,secondary
01_setup_site.sh doesn't set _forwarders correctly when resolv.conf has comments inline
The default ncsa/control-repo sets up /etc/resolv.conf with comments at the end in-line: nameserver 127.0.0.1 # Unbound nameserver 141.142.2.2 # NCSA primary nameserver 141.142.230.144 # NCSA secondary
01_setup_site.sh grabs the last entry in the line, so $_forwarders in the above example ends up getting set as Unbound,primary,secondary