-
Notifications
You must be signed in to change notification settings - Fork 401
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NAMEDOTCOM: BUGFIX: TXT records add unneeded quotes #3260
base: main
Are you sure you want to change the base?
Conversation
Gladly! If you are on a Mac, Linux, or WIndows host, you'll need to install Git and Go. Git has different install instructions for different OSs. Go is on https://go.dev/ cd to somewhere like /tmp or an otherwise unused directory.
The last command (go install) will install the dnscontrol binary in your $HOME/bin directory. You should be able to run it by just running "dnscontrol". Change to the directory with your dnsconfig.js file and run it as normal. Feel free to ping me with any questions! |
Was hoping for a one command docker based build, as I prefer not to taint my host with one time use tools. But thanks, I’ll figure that part out myself if i get around to it. |
A docker-based build would be excellent. Sadly, we're not there yet. (CC @cafferata ) |
@rmc47 good idea! If your dnsconfig.js file is in /THE/PATH you can make that appear in the docker container as /dns:
(untested, but it should work) |
Fixes #3259