add dig command to package
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
<?php
|
||||
echo "_____________________________ \n";
|
||||
|
||||
if (isset($_ENV['LOCAL']) && $_ENV['LOCAL']) {
|
||||
die("Die in local");
|
||||
}
|
||||
// old
|
||||
// https://www.duckdns.org/update?domains=rhost.duckdns.org&token=1b4ab267-b818-4407-8351-8800c6f4fd78
|
||||
$toUpdateString = $_ENV['DOMAIN_UPDATE'];
|
||||
|
||||
Reference in New Issue
Block a user