Skip to content

Instantly share code, notes, and snippets.

@rs-development
rs-development / mtu_check.sh
Last active September 28, 2022 19:42
Maximum MTU check script - Call with target address as first argument
#!/bin/bash
# Check your maximum MTU size with the help of ping
if [ -z "$1" ]
then
echo "Using 1.1.1.1 as default target, provide your own as argument"
HOSTNAME="1.1.1.1"
else
HOSTNAME=$1
fi
{
"name": "Test Pool",
"description": "Cardano stakepool test",
"ticker": "TEST",
"homepage": "https://ncvps.ricoschmitt.de"
}