Skip to content

Instantly share code, notes, and snippets.

View jonlundy's full-sized avatar
🚀
Awesome

Jon Lundy jonlundy

🚀
Awesome
View GitHub Profile
#!/bin/bash
[ $# -ge 6 ] || {
echo "Usage: $0 <NICK> <MAIL> <GPG> <AS> <ENDPOINT> <IPV4> [PORT]" >&2
exit 1
}
# You may want to change variables below and check if "/etc/bird/bird-dn42.conf"
# is included in your bird-config (same for bird6 with bird6-dn42.conf)