Skip to content

Commit

Permalink
Update dietpi/dietpi-ddns
Browse files Browse the repository at this point in the history
Co-authored-by: MichaIng <micha@dietpi.com>
  • Loading branch information
TDuffinNTU and MichaIng authored Oct 9, 2023
1 parent bee92a3 commit ec99564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dietpi/dietpi-ddns
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ Menu_Provider()
Menu_Domains()
{
# Skip with FreeDNS/Custom providers
[[ $PROVIDER == 'DuckDNS' || $PROVIDER == 'No-IP' || $PROVIDER == 'Dynu' || $PROVIDER == 'OVH' || $Provider == 'YDNS' ]] || return 0
[[ $PROVIDER == 'DuckDNS' || $PROVIDER == 'No-IP' || $PROVIDER == 'Dynu' || $PROVIDER == 'OVH' || $PROVIDER == 'YDNS' ]] || return 0

G_WHIP_DEFAULT_ITEM=$DOMAINS
# Hint that YDNS only allows one domain
Expand Down

0 comments on commit ec99564

Please sign in to comment.