Last active
June 27, 2020 12:24
-
-
Save codeniko/fb5fa089f152b02970f2e794a3c7a684 to your computer and use it in GitHub Desktop.
Namecheap ddns configuration
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
from https://ktmresearch.com/2014/10/dynamic-dns-ddclient-with-namecheap/ | |
service ddclient restart | |
daemon=300 | |
ssl=yes | |
use=web, web=checkip.dyndns.com/, web-skip='IP Address' | |
protocol=namecheap | |
server=dynamicdns.park-your-domain.com | |
login=nfeld.com | |
password='SOME_PASS' | |
www |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment