This website works better with JavaScript.
Home
Explore
Help
Sign In
bunix42
/
docker-duckdns
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2
Commits
1
Branch
88 KiB
Tree:
1fca49d406
master
Branches
Tags
${ item.name }
Create branch
${ searchTerm }
from '1fca49d406'
${ noResults }
docker-duckdns
/
renew-dns.sh
renew-dns.sh
99 B
Raw
Normal View
History
inital release of dockerized curl command to update duckdns entry
2 years ago
1
2
3
#!/bin/sh
curl -s "https://www.duckdns.org/update?domains=$DOMAINS&token=$TOKEN&VERBOSE=$VERBOSE"