mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 06:48:22 +00:00
Add default value
This commit is contained in:
parent
69dbb3222f
commit
783894a82b
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class DNS extends Validator
|
|||
return false;
|
||||
}
|
||||
|
||||
$dnsServer = System::getEnv('_APP_DOMAINS_DNS', '');
|
||||
$dnsServer = System::getEnv('_APP_DOMAINS_DNS', '8.8.8.8');
|
||||
$dns = new Client($dnsServer);
|
||||
|
||||
try {
|
||||
|
|
|
|||
Loading…
Reference in a new issue