Skip to content

Instantly share code, notes, and snippets.

@thebentern
Last active September 17, 2022 06:32
Show Gist options
  • Save thebentern/84ba1cee699da65480960974876132b4 to your computer and use it in GitHub Desktop.
Save thebentern/84ba1cee699da65480960974876132b4 to your computer and use it in GitHub Desktop.
Setup namecheap dynamic dns for ubnt edgerouter
configure
set service dns dynamic interface eth0 service namecheap host-name <host>
set service dns dynamic interface eth0 service namecheap login <username>
set service dns dynamic interface eth0 service namecheap password <password>
commit
save
exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment