Skip to content

Instantly share code, notes, and snippets.

View NoobGajen's full-sized avatar

Gajendra Mahato NoobGajen

View GitHub Profile
@NoobGajen
NoobGajen / ddnsserver.py
Created January 16, 2023 11:36 — forked from pklaus/ddnsserver.py
Simple DNS server (UDP and TCP) in Python using dnslib.py
#!/usr/bin/env python
"""
LICENSE http://www.apache.org/licenses/LICENSE-2.0
"""
import argparse
import datetime
import sys
import time
import threading