Skip to content

Instantly share code, notes, and snippets.

View pmudry's full-sized avatar

Pierre-André Mudry pmudry

  • Filière ISC, HES-SO Valais-Wallis
  • Switzerland
View GitHub Profile
@patrickfuller
patrickfuller / alias_dns.py
Last active January 29, 2024 16:29
Enables local DNS resolution of Unifi aliases
"""
When run in cron, automatically adds compliant alias names to local DNS.
Use at your own risk.
Patrick Fuller, 25 June 17
"""
import re
import paramiko
import pymongo