mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
ddns.cgi: Add token handling for zzzz.io.
This commit is contained in:
committed by
Michael Tremer
parent
d0bd5afe1b
commit
6409aa7e54
@@ -667,7 +667,8 @@ sub GenerateDDNSConfigFile {
|
||||
my $use_token = 0;
|
||||
|
||||
# Handle token based auth for various providers.
|
||||
if ($provider ~~ ["dns.lightningwirelabs.com", "entrydns.net", "regfish.com", "spdns.de"] && $username eq "token") {
|
||||
if ($provider ~~ ["dns.lightningwirelabs.com", "entrydns.net", "regfish.com",
|
||||
"spdns.de", "zzzz.io"] && $username eq "token") {
|
||||
$use_token = 1;
|
||||
|
||||
# Handle token auth for freedns.afraid.org and regfish.com.
|
||||
|
||||
Reference in New Issue
Block a user