This file contains 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
#This is a manually activated version of my IPv4 updater for dynv6.com | |
#Auto Version - https://gist.github.com/flid0/91bd9a3e15b61a8fd5797c325b3451a0 | |
import urllib.request | |
import requests | |
import time | |
''' | |
MODIFY VARIABLES BELOW | |
''' | |
token = # your token |
This file contains 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
import urllib.request | |
import requests # pip install requests | |
import time | |
''' | |
MODIFY VARIABLES BELOW | |
''' | |
token = # your token | |
zone = # your zone | |
while True: |