Modularización de GKACHELE SaaS
This commit is contained in:
4
update_duckdns.py
Normal file
4
update_duckdns.py
Normal file
@@ -0,0 +1,4 @@
|
||||
#!/usr/bin/env python3
|
||||
import urllib.request
|
||||
response = urllib.request.urlopen("https://www.duckdns.org/update?domains=gkachele&token=578331b3-ad7b-4154-835d-e496465257b0&ip=")
|
||||
print(response.read().decode())
|
||||
Reference in New Issue
Block a user