Skip to content

Instantly share code, notes, and snippets.

View nZac's full-sized avatar

Nick Zaccardi nZac

View GitHub Profile
@nZac
nZac / r53-export-validation.py
Created November 14, 2023 04:25
Simple validation script for Route 53 record-set JSON outputs
"""Simple validation script for Route 53 record-set JSON outputs
Only validates some record types
aws route53 list-resource-record-sets --hosted-zone-id zone-id-old > old-dns.json
aws route53 list-resource-record-sets --hosted-zone-id zone-id-new > new-dns.json
"""
from __future__ import annotations
@nZac
nZac / openttd.cfg
Created February 18, 2024 02:14
OpenTTD Config
[version]
version_string = 13.4
version_number = 1D486D64
ini_version = 2
[network]
commands_per_frame = 2
max_commands_in_queue = 16
bytes_per_frame = 8