A printable peering form built using Typst.
- typst
- font: IBM Plex Sans (or put in
fonts/)
This form can be customized by setting variables in variable.typ:
ownas: Your ASN list (e.g.,("AS174", "AS6939")).footer: Your contact information (Phone, Fax, Email).version: Version string.globalfont: Change if you prefer a different font family.
# this will generate `index.pdf`
typst compile index.typTo build a version without preview watermark, edit variable.typ and set #let preview = false.
This project is licensed under the WTFPL (Do What The Fuck You Want To Public License).