This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Running instructions: | |
| # | |
| # git clone https://github.com/uklans/cache-domains.git | |
| # TECHNITIUM_HOST=http://technitium:5380 TECHNITIUM_USERNAME=admin TECHNITIUM_PASSWORD=password python3 create-zones.py ./cache-domains lancache-ip | |
| import sys | |
| import os | |
| import json | |
| from dataclasses import dataclass | |
| from typing import Dict, List, Set |