Compare commits

..

1 Commits

Author SHA1 Message Date
mercury 1d9d992361 sslip.io -> nip.io 2024-10-14 00:00:25 +04:00
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -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();
+2
View File
@@ -1,3 +1,5 @@
13.10.2024 v1.67
- sslip.io -> nip.io
13.10.2024 v1.66
- singbox template: изменен порядок правил маршрутизации для package_name
10.10.2024 v1.65.1