mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
DDNS: Add support for spdns.de.
This commit adds support for the dynamic dns service provider spdns.de. Fixes #10533.
This commit is contained in:
committed by
Stefan Schantl
parent
b1ab4a4dd0
commit
9cf34ad1ed
@@ -253,6 +253,7 @@ $checked{'SERVICE'}{'nsupdate'} = '';
|
||||
$checked{'SERVICE'}{'ovh.com'} = '';
|
||||
$checked{'SERVICE'}{'regfish.com'} = '';
|
||||
$checked{'SERVICE'}{'selfhost.de'} = '';
|
||||
$checked{'SERVICE'}{'spdns.org'} = '';
|
||||
$checked{'SERVICE'}{'strato.com'} = '';
|
||||
$checked{'SERVICE'}{'twodns.de'} = '';
|
||||
$checked{'SERVICE'}{'tzo.com'} = '';
|
||||
@@ -351,6 +352,7 @@ print <<END
|
||||
<option $checked{'SERVICE'}{'ovh.com'}>ovh.com</option>
|
||||
<option $checked{'SERVICE'}{'regfish.com'}>regfish.com</option>
|
||||
<option $checked{'SERVICE'}{'selfhost.de'}>selfhost.de</option>
|
||||
<option $checked{'SERVICE'}{'spdns.org'}>spdns.org</option>
|
||||
<option $checked{'SERVICE'}{'strato.com'}>strato.com</option>
|
||||
<option $checked{'SERVICE'}{'twodns.de'}>twodns.de</option>
|
||||
<!-- <option $checked{'SERVICE'}{'tzo.com'}>tzo.com</option> comment this service out until a working fix is developed -->
|
||||
|
||||
Reference in New Issue
Block a user