Skip to content

Commit

Permalink
reversed change, but added ydns to list of providers that should NOT …
Browse files Browse the repository at this point in the history
…be skipped
  • Loading branch information
TDuffinNTU committed Oct 9, 2023
1 parent d037a9b commit bee92a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dietpi/dietpi-ddns
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,8 @@ Menu_Provider()

Menu_Domains()
{
# Skip with these providers
[[ $PROVIDER == 'FreeDNS' ]] && return 0
# Skip with FreeDNS/Custom providers
[[ $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 bee92a3

Please sign in to comment.