Last active
September 17, 2022 06:32
-
-
Save thebentern/84ba1cee699da65480960974876132b4 to your computer and use it in GitHub Desktop.
Setup namecheap dynamic dns for ubnt edgerouter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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