From: David O. <da...@qc...> - 2016-07-29 13:54:17
|
Hi, I've just noticed the prebind startup option *-b address:port* Prebind to address and port. This is necessary when starting the server under a priviledged port running with a non-root user-id. multiple prebind address might be specified in a comma separated list. So starting like this seems to do the trick: /usr/local/ns/bin/nsd -c -u nsd -t /usr/local/ns/conf/nsd-config.tcl -b 0.0.0.0:80 Never had to do this before... Is this the way it always should have worked? |