├── .gitignore ├── LICENSE ├── README.md ├── auth.json.template ├── cf-dns.sh └── get-dns.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-otaku/cloudflare-dns/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-otaku/cloudflare-dns/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-otaku/cloudflare-dns/HEAD/README.md -------------------------------------------------------------------------------- /auth.json.template: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-otaku/cloudflare-dns/HEAD/auth.json.template -------------------------------------------------------------------------------- /cf-dns.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-otaku/cloudflare-dns/HEAD/cf-dns.sh -------------------------------------------------------------------------------- /get-dns.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/tech-otaku/cloudflare-dns/HEAD/get-dns.py --------------------------------------------------------------------------------