# Run this command (as root) and send the IRC channel the link it generates: { cmd() { printf "\n# %s\n" "$*"; "$@"; }; cmd ip addr show; cmd ip -4 route show table all; cmd ip -4 rule show; cmd ip -6 route show table all; cmd ip -6 rule show; cmd wg; cmd ip netconf; cmd iptables-save -c; cmd nft list ruleset; } 2>&1 | curl -F'file=@-' https://0x0.st