Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1d9d992361 |
+1
-1
@@ -1776,7 +1776,7 @@ class Bot
|
||||
{
|
||||
$c = $this->getPacConf();
|
||||
if (empty($c['domain'])) {
|
||||
$this->addDomain(str_replace('.', '-', $this->ip) . '.sslip.io', 1);
|
||||
$this->addDomain(str_replace('.', '-', $this->ip) . '.nip.io', 1);
|
||||
$this->setSSL('letsencrypt');
|
||||
} else {
|
||||
$this->menu();
|
||||
|
||||
Reference in New Issue
Block a user