Skip to content

Instantly share code, notes, and snippets.

View JAVTAMVI's full-sized avatar
🏠
Working from home

pymetrick JAVTAMVI

🏠
Working from home
View GitHub Profile
@JAVTAMVI
JAVTAMVI / ddnsserver.py
Created February 5, 2020 00:52 — forked from pklaus/ddnsserver.py
Simple DNS server (UDP and TCP) in Python using dnslib.py
#!/usr/bin/env python
# coding=utf-8
import argparse
import datetime
import sys
import time
import threading
import traceback
import socketserver