Skip to content

Instantly share code, notes, and snippets.

View jmjordan's full-sized avatar
👋
Working on status.log

Joanna J. jmjordan

👋
Working on status.log
View GitHub Profile
@jmjordan
jmjordan / porkbun_to_bind.py
Created February 18, 2024 05:50
Convert Porkbun DNS cvs file to Bind format
# Usage: python porkbun_to_bind.py <path_to_file>
# Only A, AAAA, CNAME, and MX records are supported
import sys
def convert_to_bind(path: str):
domains = {}
with open(path, "r") as fp:
lines = fp.readlines()
for line in lines[1:]:
@jmjordan
jmjordan / keybase.md
Created December 1, 2017 02:01
keybase proof (jmjordan)

Keybase proof

I hereby claim:

  • I am jmjordan on github.
  • I am jmjordan (https://keybase.io/jmjordan) on keybase.
  • I have a public key ASAEmJ9B1sFDvQBPIfn4U6JkKRLlj2sigk7cQWYwlrVMcwo

To claim this, I am signing this object: