This website works better with JavaScript.
Home
Explore
Help
Sign In
bunix42
/
docker-duckdns
Watch
1
Star
0
Fork
0
Code
Issues
Releases
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.
4
Commits
1
Branch
0
Tags
88 KiB
Dockerfile
68.5%
Shell
31.5%
Branch:
master
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'master'
${ noResults }
docker-duckdns
/
renew-dns.sh
3 lines
99 B
Raw
Permalink
Blame
History
#!/bin/sh
curl -s
"
https://www.duckdns.org/update?domains=
$DOMAINS
&token=
$TOKEN
&VERBOSE=
$VERBOSE
"
Reference in new issue