geoip dummy

This commit is contained in:
mercury
2023-06-28 17:18:05 +04:00
parent 122467c453
commit 44d1201181
+8
View File
@@ -190,6 +190,9 @@ class Bot
case preg_match('~^/addadmin$~', $this->input['callback'], $m):
$this->enterAdmin();
break;
case preg_match('~^/geodb$~', $this->input['callback'], $m):
$this->geodb();
break;
case preg_match('~^/adguardreset$~', $this->input['callback'], $m):
$this->adguardreset();
break;
@@ -2586,6 +2589,11 @@ DNS-over-HTTPS with IP:
}
}
public function geodb()
{
$this->answer($this->input['callback_id'], 'in developing...');
}
public function linkXray()
{
$c = $this->getXray();