Update dns_cyon to use unique user-agent and all cookies

This commit is contained in:
fratoro
2025-12-09 22:57:26 +01:00
parent 3063973744
commit 70bc5a6fba

View File

@@ -168,8 +168,6 @@ _cyon_login() {
export _H2
fi
# todo: instead of just checking if the env variable is defined, check if we actually need to do a 2FA auth request.
# 2FA authentication with OTP?
if [ -n "${CY_OTP_Secret}" ]; then
_info " - Authorising with OTP code..."