Add DDNS service to the Pi
This commit is contained in:
parent
04c8038733
commit
04671f7d31
10 changed files with 96 additions and 12 deletions
|
|
@ -0,0 +1,3 @@
|
|||
#!/usr/bin/bash
|
||||
source ~/bin/cloudflare_ddns/venv/bin/activate
|
||||
python3 ~/bin/cloudflare_ddns/cloudflare_ddns.py --config-file ~/cloudflare_ddns/ddns_config.ini $@
|
||||
Loading…
Add table
Add a link
Reference in a new issue