Discourse/Guilds/2019-07-23 How to add a new noise host to NB DNS
|
📜 Discourse Archive |
How to add a new .noise host to NB DNS?[edit | edit source]
elimisteve — 2019-07-23
A couple of us are building a web UI for the flaschen-taschen today and I’d love to point ftweb.noise to our server running our app!
How does one go about adding a new .noise entry?
Thanks!
_ar _2019-07-23_[edit | edit source]
The `.noise` internal domains are dynamically given out based on the hostname that your dhcp client announces when it connects to the network. As long as there isn’t a conflict, change the hostname your server sends (usually with `hostnamectl`, `/etc/hosts`, and `/etc/hostname`) and you should be able to get the name you want. You can get the name you currently have with `dig +short -x [your ip address] @10.20.0.1`.