if __name__ == "__main__":
your_dns_resolver('domain.com')
_orig_create_connection = connection.create_connection
patched_create_connection()
connection.create_connection = patched_create_connection
main()
curl -X POST -H 'Content-type: application/json' --data "$(jq -n --arg text "$send" '{text: $text}')" https://hooks.slack.com/services/???????????/???????????/????????????????????????
Congratulation! [1;32;49mConnected to Albania is work!
curl: option -: is unknown
curl: try 'curl --help' or 'curl --manual' for more information
curl -X POST -H 'Content-type: application/json' --data $(jq -n --arg text "$send" "{\"text\": \"$text\"}") https://hooks.slack.com/services/???????????/???????????/????????????????????????
curl: (6) Could not resolve host: "text"
curl: (6) Could not resolve host: ""
curl: (3) unmatched close brace/bracket in URL position 1:
}
^
invalid_payload