Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 352 Bytes

File metadata and controls

11 lines (8 loc) · 352 Bytes

Scripts

Utility scripts for selfhosted infrastructure management.

Contents

  • nextdns_sync.py — Syncs NextDNS profile settings (allowlist, denylist, security, privacy)
  • .bash_aliases — Shell aliases for common operations

Conventions

  • Bash scripts: POSIX-compatible where possible
  • Python scripts: Use system python or project venv