update version

This commit is contained in:
mercury
2024-10-26 22:41:07 +04:00
parent 394062cbe0
commit 6ffb4d0a79
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -4705,7 +4705,7 @@ DNS-over-HTTPS with IP:
$this->send($this->input['chat'], 'Connect: ' . $this->ssh('warp-cli --accept-tos connect 2>&1', 'wp'));
unset($p['warpoff']);
} else {
$this->ssh('warp-cli --accept-tos registration delete', 'wp');
$this->send($this->input['chat'], 'Registration delete: ' . $this->ssh('warp-cli --accept-tos registration delete 2>&1', 'wp'));
$this->ssh('pkill warp-svc', 'wp');
$p['warpoff'] = 1;
}