Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
JepZ
on Jan 26, 2018
|
parent
|
context
|
favorite
| on:
How and why I run my own DNS servers
Anybody knows why he uses ssh to update the records and not nsupdate?
millettjon
on Jan 26, 2018
|
next
[–]
Not sure in his case, but I keep my dns configuration in git and deploy over ssh git pull followed by a dns server restart. I prefer ssh as I know better how to secure that and it seems like less attack surface.
sliken
on Jan 26, 2018
|
prev
[–]
I use both, ssh <host> "nsupdate -l". That way I don't trust nsupdates security model, yet I can still automate updates from any machine I choose.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: