Skip to content

Instantly share code, notes, and snippets.

View flid0's full-sized avatar
💤

flido flid0

💤
View GitHub Profile
@flid0
flid0 / update_ipv4_manual.py
Last active February 5, 2024 21:17
update_ipv4_manual.py
#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
@flid0
flid0 / update_ipv4_auto.py
Last active February 4, 2024 22:02
dynv6.com auto update IPv4 tool python
import urllib.request
import requests # pip install requests
import time
'''
MODIFY VARIABLES BELOW
'''
token = # your token
zone = # your zone
while True: