@ -0,0 +1,12 @@
#!/bin/env bash
if [[ -z "$ping_hosts" ]];then
ping_hosts="nils.lol"
fi
if [[ -z "$http_hosts" ]];then
http_hosts="https://nils.lol"
function get_code {
http_results="$(curl -s -I $http_hosts | grep HTTP)"
}
The note is not visible to the blocked user.