This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "Test Pool", | |
"description": "Cardano stakepool test", | |
"ticker": "TEST", | |
"homepage": "https://ncvps.ricoschmitt.de" | |
} |