Skip to content

Instantly share code, notes, and snippets.

View goll's full-sized avatar

Adrian Goll goll

View GitHub Profile
@goll
goll / fix_coord.sh
Last active November 13, 2024 11:26
#!/bin/bash
src=$1
dest=$2
awk '
NR == FNR {
if (NF >= 9) {
data[$2] = $3 FS $4 FS $5
}
@goll
goll / README.md
Last active August 22, 2024 15:40
Docker nftables configuration for Debian 10