This commit is contained in:
Eng Acs 2024-11-16 21:24:30 +03:00
parent ca63b8a502
commit ea1f45746e

View File

@ -16,20 +16,6 @@ _post() {
}
# Helper function to parse arguments
_parse_arguments() {
for arg in "$@"; do
case "$arg" in
--bearer=*)
_bearer="${arg#*=}"
;;
--debug)
debug=true
;;
esac
done
}
# Add a TXT record to 20i DNS
dns_20i_add() {
local fulldomain=$1