Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@lumapu
lumapu / hetzner.dyndns.py
Last active March 8, 2024 23:48
Hetzner DNS records updater using DNS API (dyndns)
import requests
import json
import re
import sys
import os
from datetime import datetime
# --- CONFIGURATION --------------------------------
auth_token = "YOUR-TOKEN"