Compare commits
129 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ece8fb75d5 | |||
| a82147eeda | |||
| 6bd21d06c0 | |||
| 3416cda826 | |||
| 75c0a6a294 | |||
| 2e40daf0c4 | |||
| 9e2b0c041a | |||
| 9c40b04392 | |||
| 108a048f5a | |||
| 1217ea7a09 | |||
| a6ec5b041c | |||
| 7f6d462f22 | |||
| f55bf31c07 | |||
| 47876ecdb4 | |||
| b5a40fa0cc | |||
| 7e79f591c3 | |||
| 66f03709fc | |||
| 42aafc6427 | |||
| 1674f6929e | |||
| 12babef21e | |||
| 5791cabfb5 | |||
| 49d2d21f41 | |||
| 5263de514e | |||
| 9da810ba3d | |||
| b663eca445 | |||
| f8f95e22ac | |||
| 30f0f8c5f0 | |||
| 741f402ca1 | |||
| b6e078adc0 | |||
| ef3d40c098 | |||
| ded85fb79f | |||
| 31a5415e1f | |||
| b5ca5fbf93 | |||
| 570420274e | |||
| 7df97c6ca1 | |||
| 638fcf35d7 | |||
| 07022b1697 | |||
| baaf0e2d01 | |||
| f2bfad7c80 | |||
| be8bec6a7d | |||
| 4d6f59bc06 | |||
| acaec83877 | |||
| 8cf6c512cb | |||
| 880a8de7e5 | |||
| fe42515617 | |||
| 9662fc9d55 | |||
| 561bcb7023 | |||
| 9d7c735f79 | |||
| 8091eb4971 | |||
| 7e05806f6e | |||
| 967353bcd6 | |||
| 9f218c9f32 | |||
| 6a6bd3a4d2 | |||
| 149ce068bf | |||
| bc8b0ff033 | |||
| 624713347a | |||
| 52738c0491 | |||
| 277b00da87 | |||
| 455b9cea07 | |||
| 144366ce9d | |||
| 12b42d16b9 | |||
| 2d94504aa3 | |||
| 88f8c1c4c2 | |||
| d99ddc7ad9 | |||
| 6017bc4008 | |||
| 6631ea5cc2 | |||
| 09d49fd0fb | |||
| 6766a56440 | |||
| a1ac552c3e | |||
| 0c3a6cc90e | |||
| 95c9d40b00 | |||
| 4fb039ffc4 | |||
| 0b7ae110fc | |||
| af88237ddc | |||
| c0750c930a | |||
| 6fb1931c2d | |||
| 102ce5b0a5 | |||
| a72db227f0 | |||
| 45e1455d48 | |||
| 7582dc50c2 | |||
| e52fa68edd | |||
| 8dba00c9f7 | |||
| 381e6a9dba | |||
| bb1ac60acc | |||
| 08e001bcb0 | |||
| 256e43352a | |||
| c5a35e43be | |||
| eb0d0bb59f | |||
| 7316d49af8 | |||
| c1a637ac29 | |||
| 98d1961669 | |||
| 08f0babed6 | |||
| f2897d4b07 | |||
| b728553db5 | |||
| 9742cecf51 | |||
| 2ed3dfb6dd | |||
| 0cc49a89e5 | |||
| 6a31985863 | |||
| f4a9e63793 | |||
| 581e3a9bd1 | |||
| 8491ee9f51 | |||
| 49cefc3231 | |||
| b227431b7a | |||
| bb83ab0684 | |||
| 05267f44be | |||
| d1be532270 | |||
| 48798c7e61 | |||
| 84e71ab45b | |||
| 068f2d0cc9 | |||
| 759cf1973a | |||
| a11b7e0664 | |||
| d370b78815 | |||
| 913f75b4a8 | |||
| c3e850b102 | |||
| 3a89a1543b | |||
| 2a3e8e393c | |||
| 332b74e366 | |||
| dfa9efec7a | |||
| e1902827ce | |||
| 95fea3bb7b | |||
| 80a9f9f32d | |||
| 7fc1105728 | |||
| d46679caf6 | |||
| 910186ff00 | |||
| 5e72452a8d | |||
| 668756f1c7 | |||
| 29e7be6cd8 | |||
| a5599118fc | |||
| 040e8919f8 |
+1469
-475
File diff suppressed because it is too large
Load Diff
+10
-2
@@ -1,6 +1,10 @@
|
|||||||
<?php
|
<?php
|
||||||
|
|
||||||
$i = [
|
$i = [
|
||||||
|
'warp' => [
|
||||||
|
'en' => 'warp',
|
||||||
|
'ru' => 'warp',
|
||||||
|
],
|
||||||
'wg_title' => [
|
'wg_title' => [
|
||||||
'en' => 'Wireguard',
|
'en' => 'Wireguard',
|
||||||
'ru' => 'Wireguard',
|
'ru' => 'Wireguard',
|
||||||
@@ -237,6 +241,10 @@ $i = [
|
|||||||
'en' => 'defaultDNS',
|
'en' => 'defaultDNS',
|
||||||
'ru' => 'дефолтный днс',
|
'ru' => 'дефолтный днс',
|
||||||
],
|
],
|
||||||
|
'defaultMTU' => [
|
||||||
|
'en' => 'defaultMTU',
|
||||||
|
'ru' => 'дефолтный MTU',
|
||||||
|
],
|
||||||
'debug' => [
|
'debug' => [
|
||||||
'en' => 'debug mode',
|
'en' => 'debug mode',
|
||||||
'ru' => 'режим отладки',
|
'ru' => 'режим отладки',
|
||||||
@@ -254,8 +262,8 @@ $i = [
|
|||||||
'ru' => 'очистить',
|
'ru' => 'очистить',
|
||||||
],
|
],
|
||||||
'xray' => [
|
'xray' => [
|
||||||
'en' => 'XTLS-Reality',
|
'en' => 'Sing-box',
|
||||||
'ru' => 'XTLS-Reality',
|
'ru' => 'Sing-box',
|
||||||
],
|
],
|
||||||
'geodb' => [
|
'geodb' => [
|
||||||
'en' => 'GeoIp/GeoSite',
|
'en' => 'GeoIp/GeoSite',
|
||||||
|
|||||||
+12
-36
@@ -17,55 +17,31 @@ if ('POST' == $_SERVER['REQUEST_METHOD'] && $_GET['k'] == $c['key']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// pac
|
// pac
|
||||||
$type = $_GET['t'] ?? 'pac';
|
if (!empty($t = unserialize(base64_decode(explode('/', $_SERVER['REQUEST_URI'])[2])))) { // fix sing-box import
|
||||||
|
$_GET = array_merge($_GET, $t);
|
||||||
|
}
|
||||||
|
$type = $_GET['t'] ?? 'pac';
|
||||||
$address = $_GET['a'] ?: '127.0.0.1';
|
$address = $_GET['a'] ?: '127.0.0.1';
|
||||||
$port = $_GET['p'] ?: '1080';
|
$port = $_GET['p'] ?: '1080';
|
||||||
$hash = $_GET['h'];
|
$hash = $_GET['h'];
|
||||||
if ($hash == substr(md5($c['key']), 0, 8)) {
|
if ($hash == substr(md5($c['key']), 0, 8)) {
|
||||||
|
require __DIR__ . '/bot.php';
|
||||||
|
require __DIR__ . '/i18n.php';
|
||||||
|
$bot = new Bot($c['key'], $i);
|
||||||
switch ($type) {
|
switch ($type) {
|
||||||
case 'mirror':
|
case 'mirror':
|
||||||
require __DIR__ . '/bot.php';
|
|
||||||
require __DIR__ . '/i18n.php';
|
|
||||||
$bot = new Bot($c['key'], $i);
|
|
||||||
$bot->getMirror();
|
$bot->getMirror();
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case 's':
|
case 's':
|
||||||
require __DIR__ . '/bot.php';
|
|
||||||
require __DIR__ . '/i18n.php';
|
|
||||||
$bot = new Bot($c['key'], $i);
|
|
||||||
if (!empty($_GET['b'])) {
|
|
||||||
$fs = $bot->v2raySubscription($_GET['s'], 1);
|
|
||||||
header("Location: $fs");
|
|
||||||
exit;
|
|
||||||
} else {
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
echo $bot->v2raySubscription($_GET['s']);
|
|
||||||
}
|
|
||||||
exit;
|
|
||||||
|
|
||||||
case 'si':
|
case 'si':
|
||||||
require __DIR__ . '/bot.php';
|
$bot->subscription();
|
||||||
require __DIR__ . '/i18n.php';
|
|
||||||
$bot = new Bot($c['key'], $i);
|
|
||||||
if (!empty($_GET['b'])) {
|
|
||||||
$fs = $bot->singboxSubscription($_GET['s'], 1);
|
|
||||||
header("Location: $fs");
|
|
||||||
exit;
|
|
||||||
} else {
|
|
||||||
header('Content-Type: application/json');
|
|
||||||
echo $bot->singboxSubscription($_GET['s']);
|
|
||||||
}
|
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
case 'te':
|
case 'te':
|
||||||
require __DIR__ . '/bot.php';
|
|
||||||
require __DIR__ . '/i18n.php';
|
|
||||||
$bot = new Bot($c['key'], $i);
|
|
||||||
if (!empty($_GET['te'])) {
|
if (!empty($_GET['te'])) {
|
||||||
$t = $bot->getPacConf()['singtemplates'][urldecode($_GET['te'])];
|
$t = $bot->getPacConf()["{$_GET['ty']}templates"][$_GET['te']];
|
||||||
} else {
|
} else {
|
||||||
$t = json_decode(file_get_contents('/config/sing.json'), true);
|
$t = json_decode(file_get_contents("/config/{$_GET['ty']}.json"), true);
|
||||||
}
|
}
|
||||||
if ($t) {
|
if ($t) {
|
||||||
header('Content-Type: application/json');
|
header('Content-Type: application/json');
|
||||||
|
|||||||
+4
-1
@@ -2,13 +2,16 @@
|
|||||||
|
|
||||||
require __DIR__ . '/timezone.php';
|
require __DIR__ . '/timezone.php';
|
||||||
|
|
||||||
// require __DIR__ . '/debug.php';
|
|
||||||
require __DIR__ . '/bot.php';
|
require __DIR__ . '/bot.php';
|
||||||
require __DIR__ . '/config.php';
|
require __DIR__ . '/config.php';
|
||||||
require __DIR__ . '/i18n.php';
|
require __DIR__ . '/i18n.php';
|
||||||
|
if ($c['debug']) {
|
||||||
|
require __DIR__ . '/debug.php';
|
||||||
|
}
|
||||||
|
|
||||||
$bot = new Bot($c['key'], $i);
|
$bot = new Bot($c['key'], $i);
|
||||||
$bot->adguardProtect();
|
$bot->adguardProtect();
|
||||||
|
$bot->adguardCheckPswd();
|
||||||
$bot->setcommands();
|
$bot->setcommands();
|
||||||
$bot->syncPortClients();
|
$bot->syncPortClients();
|
||||||
$bot->setwebhook();
|
$bot->setwebhook();
|
||||||
|
|||||||
+5
-1
@@ -2,11 +2,14 @@
|
|||||||
|
|
||||||
require __DIR__ . '/timezone.php';
|
require __DIR__ . '/timezone.php';
|
||||||
|
|
||||||
// require __DIR__ . '/debug.php';
|
|
||||||
require __DIR__ . '/bot.php';
|
require __DIR__ . '/bot.php';
|
||||||
require __DIR__ . '/config.php';
|
require __DIR__ . '/config.php';
|
||||||
require __DIR__ . '/i18n.php';
|
require __DIR__ . '/i18n.php';
|
||||||
|
|
||||||
|
if ($c['debug']) {
|
||||||
|
require __DIR__ . '/debug.php';
|
||||||
|
}
|
||||||
|
|
||||||
$bot = new Bot($c['key'], $i);
|
$bot = new Bot($c['key'], $i);
|
||||||
|
|
||||||
if (!empty($c['admin'])) {
|
if (!empty($c['admin'])) {
|
||||||
@@ -37,3 +40,4 @@ file_put_contents('/update/message', '');
|
|||||||
file_put_contents('/update/reload_message', '');
|
file_put_contents('/update/reload_message', '');
|
||||||
$bot->restartTG();
|
$bot->restartTG();
|
||||||
$bot->sslip();
|
$bot->sslip();
|
||||||
|
$bot->cleanDocker();
|
||||||
|
|||||||
+11
-93
@@ -89,98 +89,13 @@ function start()
|
|||||||
|
|
||||||
$conf = $bot->getPacConf();
|
$conf = $bot->getPacConf();
|
||||||
|
|
||||||
$subzones = array_keys(array_filter($conf['subzoneslist'], fn($x) => $x == true));
|
if (!empty($conf['subzoneslist'])) {
|
||||||
|
$subzones = array_keys(array_filter($conf['subzoneslist'], fn($x) => $x == true));
|
||||||
|
}
|
||||||
|
|
||||||
// check && exclude
|
// check && exclude
|
||||||
$include = array_filter($conf['includelist'], fn($x) => $x == true);
|
if (!empty($conf['includelist'])) {
|
||||||
if ($conf['zapret']) {
|
$domains = array_filter($conf['includelist'], fn($x) => $x == true);
|
||||||
foreach ($source as $k => $v) {
|
|
||||||
$size = getSize($v['source']);
|
|
||||||
if ($size > 0) {
|
|
||||||
if (file_exists($v['dest'])) {
|
|
||||||
unlink($v['dest']);
|
|
||||||
}
|
|
||||||
touch($v['dest']);
|
|
||||||
$percent = 0;
|
|
||||||
$curr = 0;
|
|
||||||
exec("php updatepac.php download $k > /dev/null &");
|
|
||||||
$i = $j = 0;
|
|
||||||
while ($curr <= $size) {
|
|
||||||
$rotate = $curr != $size ? $load[$j % count($load)] : '';
|
|
||||||
$tail = <<<text
|
|
||||||
Downloading {$v['source']}
|
|
||||||
$curr/$size $percent% $rotate
|
|
||||||
text;
|
|
||||||
update($text . $tail);
|
|
||||||
if ($curr == $size || $i > 50) {
|
|
||||||
break;
|
|
||||||
}
|
|
||||||
usleep(50000);
|
|
||||||
clearstatcache();
|
|
||||||
if ($curr == filesize($v['dest'])) {
|
|
||||||
$i++;
|
|
||||||
}
|
|
||||||
$curr = filesize($v['dest']);
|
|
||||||
$percent = (int) ceil($curr * 100 / $size);
|
|
||||||
$j++;
|
|
||||||
}
|
|
||||||
if ($curr != $size) {
|
|
||||||
$text .= "\nError downloading {$v['source']}\nabort script";
|
|
||||||
endScript($text);
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$text .= "\nError size {$v['source']}\nabort script";
|
|
||||||
endScript($text);
|
|
||||||
}
|
|
||||||
$text .= $tail ? "$tail\n" : '';
|
|
||||||
}
|
|
||||||
// prepare
|
|
||||||
$reg = '~^([^.*]+\.(?:(?:' . implode('|', $subzones) . ')\.)?[^.]+)$~';
|
|
||||||
|
|
||||||
foreach ($source as $k => $v) {
|
|
||||||
$size = filesize($v['dest']);
|
|
||||||
$curr = $j = 0;
|
|
||||||
$time = microtime(true);
|
|
||||||
$name = basename($v['dest']);
|
|
||||||
$f = fopen($v['dest'], 'r');
|
|
||||||
while (($s = fgets($f)) !== false) {
|
|
||||||
$curr += strlen($s);
|
|
||||||
$percent = (int) ceil($curr * 100 / $size);
|
|
||||||
$rotate = $curr != $size ? $load[$j % count($load)] : '';
|
|
||||||
$tail = <<<text
|
|
||||||
Prepare $name $percent% $rotate
|
|
||||||
text;
|
|
||||||
if (microtime(true) - $time > 0.1) {
|
|
||||||
update($text . $tail);
|
|
||||||
$time = microtime(true);
|
|
||||||
$j++;
|
|
||||||
}
|
|
||||||
if ($name == 'dump.csv') {
|
|
||||||
if (!preg_match('~;.*;~', $s)) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
$t = explode(';', iconv('CP1251', 'utf-8', $s));
|
|
||||||
if (empty($t[1])) {
|
|
||||||
continue;
|
|
||||||
}
|
|
||||||
if (preg_match($reg, idn_to_ascii(trim($t[1])), $m)) {
|
|
||||||
$domains[$m[1]] = 0;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
if (preg_match($reg, idn_to_ascii(iconv('CP1251', 'utf-8', trim($s))), $m)) {
|
|
||||||
$domains[$m[1]] = 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
fclose($f);
|
|
||||||
$text .= $tail ? "$tail\n" : '';
|
|
||||||
}
|
|
||||||
$exclude = array_keys(array_filter($conf['excludelist'], fn($x) => $x == true));
|
|
||||||
foreach ($include as $k => $v) {
|
|
||||||
$domains[$k] = 0;
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
$domains = $include;
|
|
||||||
}
|
}
|
||||||
if (empty($domains)) {
|
if (empty($domains)) {
|
||||||
$text = "Empty domains. Delete pac files";
|
$text = "Empty domains. Delete pac files";
|
||||||
@@ -234,10 +149,13 @@ function start()
|
|||||||
file_put_contents(__DIR__ . '/zapretlists/pac', $pac);
|
file_put_contents(__DIR__ . '/zapretlists/pac', $pac);
|
||||||
$text .= "Create minified pac 100%\n";
|
$text .= "Create minified pac 100%\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
// create reverse PAC
|
// create reverse PAC
|
||||||
$domains = array_filter($conf['reverselist'], fn($x) => $x == true);
|
unset($domains);
|
||||||
|
if (!empty($conf['reverselist'])) {
|
||||||
|
$domains = array_filter($conf['reverselist'], fn($x) => $x == true);
|
||||||
|
}
|
||||||
if (empty($domains)) {
|
if (empty($domains)) {
|
||||||
|
|
||||||
// $text .= "Empty reverse domains. Delete reverse pac files";
|
// $text .= "Empty reverse domains. Delete reverse pac files";
|
||||||
unlink(__DIR__ . '/zapretlists/rmpac');
|
unlink(__DIR__ . '/zapretlists/rmpac');
|
||||||
unlink(__DIR__ . '/zapretlists/rpac');
|
unlink(__DIR__ . '/zapretlists/rpac');
|
||||||
@@ -285,6 +203,7 @@ function start()
|
|||||||
file_put_contents(__DIR__ . '/zapretlists/rpac', $pac);
|
file_put_contents(__DIR__ . '/zapretlists/rpac', $pac);
|
||||||
$text .= 'Create minified reverse pac 100%';
|
$text .= 'Create minified reverse pac 100%';
|
||||||
}
|
}
|
||||||
|
|
||||||
endScript($text);
|
endScript($text);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -330,7 +249,6 @@ $load = [
|
|||||||
'-',
|
'-',
|
||||||
'\\',
|
'\\',
|
||||||
];
|
];
|
||||||
|
|
||||||
switch ($_SERVER['argv'][1]) {
|
switch ($_SERVER['argv'][1]) {
|
||||||
case 'start':
|
case 'start':
|
||||||
$bot = new Bot($c['key'], $i);
|
$bot = new Bot($c['key'], $i);
|
||||||
|
|||||||
@@ -16,6 +16,7 @@
|
|||||||
<div style="position:absolute;top:0;right:0;width:35%;text-align:center;background-color: #17212b;">
|
<div style="position:absolute;top:0;right:0;width:35%;text-align:center;background-color: #17212b;">
|
||||||
<img src="toncoin.png" width="100%" alt="">
|
<img src="toncoin.png" width="100%" alt="">
|
||||||
<a href="javascript:;" id="copy" style="color:white;text-decoration:none" data-id="UQCDDkaX3fCAFBek28Hx4TfvDDRqeizOW74blVMVAM4_m4OW">copy</a>
|
<a href="javascript:;" id="copy" style="color:white;text-decoration:none" data-id="UQCDDkaX3fCAFBek28Hx4TfvDDRqeizOW74blVMVAM4_m4OW">copy</a>
|
||||||
|
<!-- <iframe src="https://ghbtns.com/github-btn.html?user=mercurykd&repo=vpnbot&type=star&count=true" frameborder="0" scrolling="0" width="150" height="20" title="GitHub"></iframe> -->
|
||||||
</div>
|
</div>
|
||||||
<a style="background-color: #8B3FFD;height: 46px;display:inline-block;padding:0 54px;color: white;border-radius: 12px;text-decoration: none;font-size: 20px;line-height: 46px;font-family: arial;" href="https://yoomoney.ru/to/410011827900450">
|
<a style="background-color: #8B3FFD;height: 46px;display:inline-block;padding:0 54px;color: white;border-radius: 12px;text-decoration: none;font-size: 20px;line-height: 46px;font-family: arial;" href="https://yoomoney.ru/to/410011827900450">
|
||||||
<svg style="width: 24px;fill: white;position: relative;top: 4px;" class="qa-fundraise-button-logo mui-m0okdh" viewBox="0 0 16 16"><path d="M4.638 8.5a5.67 5.67 0 015.681-5.68A5.693 5.693 0 0116 8.5a5.693 5.693 0 01-5.68 5.682A5.67 5.67 0 014.637 8.5zm3.56 0c0 1.151.97 2.122 2.121 2.122 1.15 0 2.085-.97 2.121-2.121 0-1.15-.97-2.121-2.12-2.121-1.151 0-2.122.97-2.122 2.12zm-3.596 4.243v-8.27H0l2.589 8.27h2.013z" clip-rule="evenodd"></path></svg>
|
<svg style="width: 24px;fill: white;position: relative;top: 4px;" class="qa-fundraise-button-logo mui-m0okdh" viewBox="0 0 16 16"><path d="M4.638 8.5a5.67 5.67 0 015.681-5.68A5.693 5.693 0 0116 8.5a5.693 5.693 0 01-5.68 5.682A5.67 5.67 0 014.637 8.5zm3.56 0c0 1.151.97 2.122 2.121 2.122 1.15 0 2.085-.97 2.121-2.121 0-1.15-.97-2.121-2.12-2.121-1.151 0-2.122.97-2.122 2.12zm-3.596 4.243v-8.27H0l2.589 8.27h2.013z" clip-rule="evenodd"></path></svg>
|
||||||
|
|||||||
+4
-6
@@ -2,7 +2,6 @@ user nginx;
|
|||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
|
|
||||||
error_log /logs/nginx_error;
|
error_log /logs/nginx_error;
|
||||||
pid /var/run/nginx.pid;
|
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
@@ -22,8 +21,8 @@ http {
|
|||||||
set_real_ip_from 10.10.0.10;
|
set_real_ip_from 10.10.0.10;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 10.10.0.2:80 default_server;
|
listen 80 default_server;
|
||||||
listen 10.10.0.2:443 ssl http2 default_server proxy_protocol;
|
listen 443 ssl http2 default_server proxy_protocol;
|
||||||
ssl_certificate /certs/self_public;
|
ssl_certificate /certs/self_public;
|
||||||
ssl_certificate_key /certs/self_private;
|
ssl_certificate_key /certs/self_private;
|
||||||
|
|
||||||
@@ -75,12 +74,11 @@ http {
|
|||||||
|
|
||||||
#-domain
|
#-domain
|
||||||
# server {
|
# server {
|
||||||
# listen 10.10.0.2:80;
|
# listen 80;
|
||||||
# server_name ;
|
# server_name ;
|
||||||
#-domain
|
#-domain
|
||||||
#-ssl
|
#-ssl
|
||||||
# listen 10.10.0.2:443 ssl http2 proxy_protocol;
|
# listen 443 ssl http2 proxy_protocol;
|
||||||
# listen 10.10.1.2:443 ssl http2;
|
|
||||||
# ssl_certificate /certs/cert_public;
|
# ssl_certificate /certs/cert_public;
|
||||||
# ssl_certificate_key /certs/cert_private;
|
# ssl_certificate_key /certs/cert_private;
|
||||||
#-ssl
|
#-ssl
|
||||||
|
|||||||
@@ -2,7 +2,6 @@ user nginx;
|
|||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
|
|
||||||
error_log /logs/nginx_error;
|
error_log /logs/nginx_error;
|
||||||
pid /var/run/nginx.pid;
|
|
||||||
|
|
||||||
events {
|
events {
|
||||||
worker_connections 1024;
|
worker_connections 1024;
|
||||||
@@ -22,8 +21,8 @@ http {
|
|||||||
set_real_ip_from 10.10.0.10;
|
set_real_ip_from 10.10.0.10;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 10.10.0.2:80 default_server;
|
listen 80 default_server;
|
||||||
listen 10.10.0.2:443 ssl http2 default_server proxy_protocol;
|
listen 443 ssl http2 default_server proxy_protocol;
|
||||||
ssl_certificate /certs/self_public;
|
ssl_certificate /certs/self_public;
|
||||||
ssl_certificate_key /certs/self_private;
|
ssl_certificate_key /certs/self_private;
|
||||||
|
|
||||||
@@ -75,12 +74,11 @@ http {
|
|||||||
|
|
||||||
#-domain
|
#-domain
|
||||||
# server {
|
# server {
|
||||||
# listen 10.10.0.2:80;
|
# listen 80;
|
||||||
# server_name ;
|
# server_name ;
|
||||||
#-domain
|
#-domain
|
||||||
#-ssl
|
#-ssl
|
||||||
# listen 10.10.0.2:443 ssl http2 proxy_protocol;
|
# listen 443 ssl http2 proxy_protocol;
|
||||||
# listen 10.10.1.2:443 ssl http2;
|
|
||||||
# ssl_certificate /certs/cert_public;
|
# ssl_certificate /certs/cert_public;
|
||||||
# ssl_certificate_key /certs/cert_private;
|
# ssl_certificate_key /certs/cert_private;
|
||||||
#-ssl
|
#-ssl
|
||||||
|
|||||||
+1
-97
@@ -1,99 +1,3 @@
|
|||||||
{
|
{
|
||||||
"zapret": false,
|
"includelist": []
|
||||||
"excludelist": {
|
|
||||||
"(?:v|w)ul(?:c|k)an": true,
|
|
||||||
"^\\d": true,
|
|
||||||
"^a\\w-": true,
|
|
||||||
"^admiral": true,
|
|
||||||
"^avtomaty": true,
|
|
||||||
"^azart": true,
|
|
||||||
"^azimob": true,
|
|
||||||
"^baltplay": true,
|
|
||||||
"a(?:s|z)ino": true,
|
|
||||||
"adrenalin": true,
|
|
||||||
"alco": true,
|
|
||||||
"bet": true,
|
|
||||||
"prostitut": true,
|
|
||||||
"zenit": true,
|
|
||||||
"zerkalo": true,
|
|
||||||
"777": true
|
|
||||||
},
|
|
||||||
"includelist": {},
|
|
||||||
"reverselist": {},
|
|
||||||
"subzoneslist": {
|
|
||||||
"3dn": false,
|
|
||||||
"3nx": true,
|
|
||||||
"akadns": true,
|
|
||||||
"appspot": true,
|
|
||||||
"azurewebsites": true,
|
|
||||||
"beget": true,
|
|
||||||
"berlogovo": true,
|
|
||||||
"biz": true,
|
|
||||||
"brightcove": true,
|
|
||||||
"cc": true,
|
|
||||||
"cloudfront": true,
|
|
||||||
"co": true,
|
|
||||||
"com": true,
|
|
||||||
"cu": true,
|
|
||||||
"ddns": true,
|
|
||||||
"deviantart": true,
|
|
||||||
"dn": true,
|
|
||||||
"dp": true,
|
|
||||||
"dyndns": true,
|
|
||||||
"edgecastcdn": true,
|
|
||||||
"edu": true,
|
|
||||||
"eu": true,
|
|
||||||
"fastly": true,
|
|
||||||
"force": true,
|
|
||||||
"github": true,
|
|
||||||
"google": true,
|
|
||||||
"googleusercontent": true,
|
|
||||||
"gov": true,
|
|
||||||
"herokuapp": true,
|
|
||||||
"hldns": true,
|
|
||||||
"ho": true,
|
|
||||||
"hopto": true,
|
|
||||||
"hwcdn": true,
|
|
||||||
"i": true,
|
|
||||||
"iboards": true,
|
|
||||||
"in": true,
|
|
||||||
"info": true,
|
|
||||||
"int": true,
|
|
||||||
"itch": true,
|
|
||||||
"keenetic": true,
|
|
||||||
"kiev": true,
|
|
||||||
"kirov": true,
|
|
||||||
"linode": true,
|
|
||||||
"livejournal": true,
|
|
||||||
"maryno": true,
|
|
||||||
"mil": true,
|
|
||||||
"msk": true,
|
|
||||||
"my1": true,
|
|
||||||
"mybb2": true,
|
|
||||||
"ne": true,
|
|
||||||
"net": true,
|
|
||||||
"netdna-ssl": true,
|
|
||||||
"nnov": true,
|
|
||||||
"notion": true,
|
|
||||||
"nov": true,
|
|
||||||
"od": true,
|
|
||||||
"org": true,
|
|
||||||
"pp": true,
|
|
||||||
"pximg": true,
|
|
||||||
"pythonanywhere": true,
|
|
||||||
"ru": true,
|
|
||||||
"scaleway": true,
|
|
||||||
"sl": true,
|
|
||||||
"sl-reverse": true,
|
|
||||||
"spb": true,
|
|
||||||
"tilda": true,
|
|
||||||
"trafficmanager": true,
|
|
||||||
"tut": true,
|
|
||||||
"u-stream": true,
|
|
||||||
"ucoz": true,
|
|
||||||
"v": true,
|
|
||||||
"vercel": true,
|
|
||||||
"wix": true,
|
|
||||||
"wixmp": true
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
+96
-90
@@ -3,104 +3,110 @@
|
|||||||
"level": "error",
|
"level": "error",
|
||||||
"timestamp": true
|
"timestamp": true
|
||||||
},
|
},
|
||||||
"inbounds": [{
|
"inbounds": [
|
||||||
"type": "tun",
|
{
|
||||||
"tag": "tun-in",
|
"type": "tun",
|
||||||
"domain_strategy": "prefer_ipv4",
|
"tag": "tun-in",
|
||||||
"interface_name": "sing-tun",
|
"domain_strategy": "prefer_ipv4",
|
||||||
"inet4_address": "172.19.0.1\/30",
|
"interface_name": "sing-tun",
|
||||||
"mtu": 1400,
|
"inet4_address": "172.19.0.1\/30",
|
||||||
"gso": true,
|
"mtu": 1400,
|
||||||
"auto_route": true,
|
"gso": true,
|
||||||
"strict_route": true,
|
"auto_route": true,
|
||||||
"sniff": true,
|
"strict_route": true,
|
||||||
"endpoint_independent_nat": false,
|
"sniff": true,
|
||||||
"stack": "mixed",
|
"endpoint_independent_nat": false,
|
||||||
"platform": {
|
"stack": "mixed",
|
||||||
"http_proxy": {
|
"platform": {
|
||||||
"enabled": false,
|
"http_proxy": {
|
||||||
"server": "127.0.0.1",
|
"enabled": false,
|
||||||
"server_port": 2080
|
"server": "127.0.0.1",
|
||||||
|
"server_port": 2080
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "mixed",
|
||||||
|
"tag": "mixed-in",
|
||||||
|
"domain_strategy": "prefer_ipv4",
|
||||||
|
"listen": "127.0.0.1",
|
||||||
|
"listen_port": 2080,
|
||||||
|
"tcp_fast_open": true,
|
||||||
|
"sniff": true,
|
||||||
|
"sniff_override_destination": false,
|
||||||
|
"users": []
|
||||||
}
|
}
|
||||||
}, {
|
],
|
||||||
"type": "mixed",
|
|
||||||
"tag": "mixed-in",
|
|
||||||
"domain_strategy": "prefer_ipv4",
|
|
||||||
"listen": "127.0.0.1",
|
|
||||||
"listen_port": 2080,
|
|
||||||
"tcp_fast_open": true,
|
|
||||||
"sniff": true,
|
|
||||||
"sniff_override_destination": false,
|
|
||||||
"users": []
|
|
||||||
}],
|
|
||||||
"dns": {
|
"dns": {
|
||||||
"servers": [{
|
"servers": [
|
||||||
"tag": "dns_direct",
|
{
|
||||||
"address": "~dns~",
|
"tag": "dns_direct",
|
||||||
"address_resolver": "dns-remote",
|
"address": "~dns~",
|
||||||
"strategy": "prefer_ipv4",
|
"address_resolver": "dns-remote",
|
||||||
"detour": "direct"
|
"strategy": "prefer_ipv4",
|
||||||
}, {
|
"detour": "direct"
|
||||||
"tag": "dns-remote",
|
},
|
||||||
"address": "tcp:\/\/8.8.8.8",
|
{
|
||||||
"address_strategy": "prefer_ipv4",
|
"tag": "dns-remote",
|
||||||
"strategy": "prefer_ipv4",
|
"address": "tcp:\/\/8.8.8.8",
|
||||||
"detour": "direct"
|
"address_strategy": "prefer_ipv4",
|
||||||
}],
|
"strategy": "prefer_ipv4",
|
||||||
"rules": [{
|
"detour": "direct"
|
||||||
"outbound": "any",
|
}
|
||||||
"server": "dns-direct",
|
],
|
||||||
"disable_cache": false
|
|
||||||
}],
|
|
||||||
"strategy": "ipv4_only",
|
"strategy": "ipv4_only",
|
||||||
"independent_cache": true
|
"independent_cache": true
|
||||||
},
|
},
|
||||||
"outbounds": [{
|
"outbounds": [],
|
||||||
"flow": "xtls-rprx-vision",
|
|
||||||
"packet_encoding": "",
|
|
||||||
"server": "",
|
|
||||||
"server_port": 443,
|
|
||||||
"tls": {
|
|
||||||
"enabled": true,
|
|
||||||
"insecure": false,
|
|
||||||
"reality": {
|
|
||||||
"enabled": true,
|
|
||||||
"public_key": "",
|
|
||||||
"short_id": ""
|
|
||||||
},
|
|
||||||
"server_name": "",
|
|
||||||
"utls": {
|
|
||||||
"enabled": true,
|
|
||||||
"fingerprint": "chrome"
|
|
||||||
}
|
|
||||||
},
|
|
||||||
"uuid": "",
|
|
||||||
"type": "vless",
|
|
||||||
"domain_strategy": "ipv4_only",
|
|
||||||
"tag": "proxy"
|
|
||||||
}, {
|
|
||||||
"type": "direct",
|
|
||||||
"tag": "direct"
|
|
||||||
}, {
|
|
||||||
"type": "block",
|
|
||||||
"tag": "block"
|
|
||||||
}, {
|
|
||||||
"type": "dns",
|
|
||||||
"tag": "dns-out"
|
|
||||||
}],
|
|
||||||
"route": {
|
"route": {
|
||||||
"auto_detect_interface": true,
|
"auto_detect_interface": true,
|
||||||
"override_android_vpn": true,
|
"override_android_vpn": true,
|
||||||
"rules": [{
|
"rules": [
|
||||||
"protocol": "dns",
|
{
|
||||||
"outbound": "dns-out"
|
"protocol": "dns",
|
||||||
}, {
|
"outbound": "dns-out"
|
||||||
"domain_suffix": "~pac~",
|
},
|
||||||
"outbound": "proxy"
|
{
|
||||||
}, {
|
"createruleset": [
|
||||||
"ip_cidr": ["0.0.0.0\/0"],
|
{
|
||||||
"outbound": "direct"
|
"name": "pac",
|
||||||
}]
|
"interval": "15s",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"domain_suffix": "~pac~"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "warp",
|
||||||
|
"interval": "15s",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"domain_suffix": "~warp~"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outbound": "proxy"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"createruleset": [
|
||||||
|
{
|
||||||
|
"name": "block",
|
||||||
|
"interval": "15s",
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"domain_suffix": "~block~"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"outbound": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"outbound": "direct"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"final": "direct"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@@ -0,0 +1,26 @@
|
|||||||
|
{
|
||||||
|
"inbounds": [],
|
||||||
|
"log": {
|
||||||
|
"level": "info"
|
||||||
|
},
|
||||||
|
"outbounds": [
|
||||||
|
{
|
||||||
|
"type": "direct",
|
||||||
|
"tag": "direct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "block",
|
||||||
|
"tag": "block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "socks",
|
||||||
|
"tag": "warp",
|
||||||
|
"server": "10.10.0.13",
|
||||||
|
"server_port": 4000
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"route" : {
|
||||||
|
"rules": [],
|
||||||
|
"final": "direct"
|
||||||
|
}
|
||||||
|
}
|
||||||
+15
-6
@@ -3,7 +3,7 @@ worker_processes auto;
|
|||||||
|
|
||||||
load_module /usr/lib/nginx/modules/ngx_stream_module.so;
|
load_module /usr/lib/nginx/modules/ngx_stream_module.so;
|
||||||
|
|
||||||
error_log /logs/nginx_error;
|
error_log /logs/upstream_error;
|
||||||
pid /var/run/nginx.pid;
|
pid /var/run/nginx.pid;
|
||||||
|
|
||||||
events {
|
events {
|
||||||
@@ -15,8 +15,12 @@ stream {
|
|||||||
server ng:443;
|
server ng:443;
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream reality {
|
upstream si {
|
||||||
server xr:443;
|
server si:443;
|
||||||
|
}
|
||||||
|
|
||||||
|
upstream singbox {
|
||||||
|
server 127.0.0.1:4443;
|
||||||
}
|
}
|
||||||
|
|
||||||
upstream ocserv {
|
upstream ocserv {
|
||||||
@@ -30,7 +34,7 @@ stream {
|
|||||||
map_hash_bucket_size 128;
|
map_hash_bucket_size 128;
|
||||||
map $ssl_preread_server_name $sni_name {
|
map $ssl_preread_server_name $sni_name {
|
||||||
#domain
|
#domain
|
||||||
www.microsoft.com reality;
|
vk.com singbox;
|
||||||
#domain
|
#domain
|
||||||
|
|
||||||
#ocserv
|
#ocserv
|
||||||
@@ -43,17 +47,22 @@ stream {
|
|||||||
default other;
|
default other;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
server {
|
||||||
|
listen 4443 reuseport proxy_protocol;
|
||||||
|
proxy_pass si;
|
||||||
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 reuseport;
|
listen 443 reuseport;
|
||||||
proxy_pass $sni_name;
|
proxy_pass $sni_name;
|
||||||
proxy_protocol on;
|
|
||||||
ssl_preread on;
|
ssl_preread on;
|
||||||
|
proxy_protocol on;
|
||||||
}
|
}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 443 udp;
|
listen 443 udp;
|
||||||
proxy_pass $sni_name;
|
proxy_pass $sni_name;
|
||||||
proxy_protocol on;
|
|
||||||
ssl_preread on;
|
ssl_preread on;
|
||||||
|
proxy_protocol on;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
+1
-1
@@ -85,7 +85,7 @@
|
|||||||
"rules": [{
|
"rules": [{
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"outboundTag": "proxy",
|
"outboundTag": "proxy",
|
||||||
"domain": []
|
"domain": "~pac~"
|
||||||
}, {
|
}, {
|
||||||
"type": "field",
|
"type": "field",
|
||||||
"port": "0-65535",
|
"port": "0-65535",
|
||||||
|
|||||||
@@ -1,66 +0,0 @@
|
|||||||
{
|
|
||||||
"inbounds": [
|
|
||||||
{
|
|
||||||
"port": 443,
|
|
||||||
"protocol": "vless",
|
|
||||||
"settings": {
|
|
||||||
"clients": [
|
|
||||||
{
|
|
||||||
"email": "user1@myserver",
|
|
||||||
"flow": "xtls-rprx-vision",
|
|
||||||
"id": ""
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"decryption": "none"
|
|
||||||
},
|
|
||||||
"sniffing": {
|
|
||||||
"destOverride": [
|
|
||||||
"http",
|
|
||||||
"tls"
|
|
||||||
],
|
|
||||||
"enabled": true
|
|
||||||
},
|
|
||||||
"streamSettings": {
|
|
||||||
"network": "tcp",
|
|
||||||
"realitySettings": {
|
|
||||||
"dest": "www.microsoft.com:443",
|
|
||||||
"maxClientVer": "",
|
|
||||||
"maxTimeDiff": 0,
|
|
||||||
"minClientVer": "",
|
|
||||||
"privateKey": "",
|
|
||||||
"serverNames": [
|
|
||||||
"www.microsoft.com"
|
|
||||||
],
|
|
||||||
"shortIds": [],
|
|
||||||
"show": false,
|
|
||||||
"xver": 0
|
|
||||||
},
|
|
||||||
"tcpSettings": {
|
|
||||||
"acceptProxyProtocol": true
|
|
||||||
},
|
|
||||||
"sockopt": {
|
|
||||||
"acceptProxyProtocol": true
|
|
||||||
},
|
|
||||||
"security": "reality"
|
|
||||||
},
|
|
||||||
"tag": "vless_tls"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"log": {
|
|
||||||
"loglevel": "info"
|
|
||||||
},
|
|
||||||
"outbounds": [
|
|
||||||
{
|
|
||||||
"protocol": "freedom",
|
|
||||||
"tag": "direct"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"protocol": "blackhole",
|
|
||||||
"tag": "block"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"routing": {
|
|
||||||
"domainStrategy": "AsIs",
|
|
||||||
"rules": []
|
|
||||||
}
|
|
||||||
}
|
|
||||||
+53
-28
@@ -1,5 +1,3 @@
|
|||||||
version: "3.7"
|
|
||||||
|
|
||||||
x-logging:
|
x-logging:
|
||||||
&default-logging
|
&default-logging
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
@@ -12,16 +10,12 @@ networks:
|
|||||||
ipam:
|
ipam:
|
||||||
config:
|
config:
|
||||||
- subnet: 10.10.0.0/24
|
- subnet: 10.10.0.0/24
|
||||||
xray:
|
|
||||||
ipam:
|
|
||||||
config:
|
|
||||||
- subnet: 10.10.1.0/24
|
|
||||||
volumes:
|
volumes:
|
||||||
adguard:
|
adguard:
|
||||||
|
|
||||||
services:
|
services:
|
||||||
up:
|
up:
|
||||||
image: mercurykd/vpnbot-up:1.1
|
image: mercurykd/vpnbot-ng:1.1
|
||||||
build:
|
build:
|
||||||
context: dockerfile
|
context: dockerfile
|
||||||
dockerfile: nginx.dockerfile
|
dockerfile: nginx.dockerfile
|
||||||
@@ -29,9 +23,9 @@ services:
|
|||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/.profile:/root/.ashrc:ro
|
- ./config/.profile:/root/.ashrc:ro
|
||||||
- ./config/upstream.conf:/etc/nginx/nginx.conf
|
|
||||||
- ./scripts/start_upstream.sh:/start_upstream.sh
|
- ./scripts/start_upstream.sh:/start_upstream.sh
|
||||||
- ./ssh:/ssh
|
- ./ssh:/ssh
|
||||||
|
- ./config:/config
|
||||||
- ./config/sshd_config:/etc/ssh/sshd_config
|
- ./config/sshd_config:/etc/ssh/sshd_config
|
||||||
- ./logs/:/logs/
|
- ./logs/:/logs/
|
||||||
ports:
|
ports:
|
||||||
@@ -65,9 +59,7 @@ services:
|
|||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/.profile:/root/.ashrc:ro
|
- ./config/.profile:/root/.ashrc:ro
|
||||||
- ./config/nginx.conf:/etc/nginx/nginx.conf
|
- ./config:/config
|
||||||
- ./config/include.conf:/etc/nginx/include.conf
|
|
||||||
- ./config/nginx_default.conf:/nginx_default.conf
|
|
||||||
- ./scripts/start_ng.sh:/start_ng.sh
|
- ./scripts/start_ng.sh:/start_ng.sh
|
||||||
- ./certs/:/certs/
|
- ./certs/:/certs/
|
||||||
- ./ssh:/ssh
|
- ./ssh:/ssh
|
||||||
@@ -91,11 +83,9 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: 10.10.0.2
|
ipv4_address: 10.10.0.2
|
||||||
xray:
|
|
||||||
ipv4_address: 10.10.1.2
|
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
php:
|
php:
|
||||||
image: mercurykd/vpnbot-php:1.3
|
image: mercurykd/vpnbot-php:1.5
|
||||||
build:
|
build:
|
||||||
dockerfile: dockerfile/php.dockerfile
|
dockerfile: dockerfile/php.dockerfile
|
||||||
args:
|
args:
|
||||||
@@ -117,6 +107,8 @@ services:
|
|||||||
- ./.env:/mirror/.env
|
- ./.env:/mirror/.env
|
||||||
- ./update:/update
|
- ./update:/update
|
||||||
- ./.git:/.git
|
- ./.git:/.git
|
||||||
|
- ./singbox_windows:/singbox
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
environment:
|
environment:
|
||||||
IP: ${IP}
|
IP: ${IP}
|
||||||
VER: ${VER}
|
VER: ${VER}
|
||||||
@@ -143,7 +135,7 @@ services:
|
|||||||
timeout: 5s
|
timeout: 5s
|
||||||
retries: 5
|
retries: 5
|
||||||
service:
|
service:
|
||||||
image: mercurykd/vpnbot-php:1.2
|
image: mercurykd/vpnbot-php:1.5
|
||||||
build:
|
build:
|
||||||
dockerfile: dockerfile/php.dockerfile
|
dockerfile: dockerfile/php.dockerfile
|
||||||
args:
|
args:
|
||||||
@@ -158,6 +150,7 @@ services:
|
|||||||
- ./logs/:/logs/
|
- ./logs/:/logs/
|
||||||
- ./update:/update
|
- ./update:/update
|
||||||
- ./scripts/start_service.sh:/start_service.sh
|
- ./scripts/start_service.sh:/start_service.sh
|
||||||
|
- /var/run/docker.sock:/var/run/docker.sock:ro
|
||||||
environment:
|
environment:
|
||||||
IP: ${IP}
|
IP: ${IP}
|
||||||
VER: ${VER}
|
VER: ${VER}
|
||||||
@@ -186,11 +179,11 @@ services:
|
|||||||
- ad
|
- ad
|
||||||
- ss
|
- ss
|
||||||
- tg
|
- tg
|
||||||
- xr
|
- si
|
||||||
- oc
|
- oc
|
||||||
- np
|
- np
|
||||||
proxy:
|
proxy:
|
||||||
image: mercurykd/vpnbot-ss:1.1
|
image: mercurykd/vpnbot-ss:1.2
|
||||||
build:
|
build:
|
||||||
dockerfile: dockerfile/shadowsocks.dockerfile
|
dockerfile: dockerfile/shadowsocks.dockerfile
|
||||||
args:
|
args:
|
||||||
@@ -337,7 +330,7 @@ services:
|
|||||||
entrypoint: ["/bin/sh", "/start_ad.sh"]
|
entrypoint: ["/bin/sh", "/start_ad.sh"]
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
ss:
|
ss:
|
||||||
image: mercurykd/vpnbot-ss:1.1
|
image: mercurykd/vpnbot-ss:1.2
|
||||||
build:
|
build:
|
||||||
dockerfile: dockerfile/shadowsocks.dockerfile
|
dockerfile: dockerfile/shadowsocks.dockerfile
|
||||||
args:
|
args:
|
||||||
@@ -397,20 +390,21 @@ services:
|
|||||||
default:
|
default:
|
||||||
ipv4_address: 10.10.0.8
|
ipv4_address: 10.10.0.8
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
xr:
|
si:
|
||||||
image: mercurykd/vpnbot-xr:1.2
|
image: mercurykd/vpnbot-sb:1.2
|
||||||
build:
|
build:
|
||||||
dockerfile: dockerfile/xray.dockerfile
|
dockerfile: dockerfile/singbox.dockerfile
|
||||||
args:
|
args:
|
||||||
image: ${IMAGE}
|
image: ${IMAGE}
|
||||||
volumes:
|
volumes:
|
||||||
- ./config/.profile:/root/.ashrc:ro
|
- ./config/.profile:/root/.ashrc:ro
|
||||||
- ./ssh:/ssh
|
- ./ssh:/ssh
|
||||||
- ./config/sshd_config:/etc/ssh/sshd_config
|
- ./config/sshd_config:/etc/ssh/sshd_config
|
||||||
- ./config/xray.json:/xray.json
|
- ./config:/config
|
||||||
- ./scripts/start_xray.sh:/start_xray.sh
|
- ./certs:/certs
|
||||||
hostname: xray
|
- ./scripts/start_sing.sh:/start_sing.sh
|
||||||
container_name: xray-${VER}
|
hostname: singbox
|
||||||
|
container_name: singbox-${VER}
|
||||||
depends_on:
|
depends_on:
|
||||||
php:
|
php:
|
||||||
condition: service_healthy
|
condition: service_healthy
|
||||||
@@ -420,12 +414,10 @@ services:
|
|||||||
- path: ./override.env
|
- path: ./override.env
|
||||||
required: false
|
required: false
|
||||||
stop_grace_period: 1s
|
stop_grace_period: 1s
|
||||||
command: ["/bin/sh", "/start_xray.sh"]
|
command: ["/bin/sh", "/start_sing.sh"]
|
||||||
networks:
|
networks:
|
||||||
default:
|
default:
|
||||||
ipv4_address: 10.10.0.9
|
ipv4_address: 10.10.0.9
|
||||||
xray:
|
|
||||||
ipv4_address: 10.10.1.9
|
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
oc:
|
oc:
|
||||||
image: mercurykd/vpnbot-oc:1.2
|
image: mercurykd/vpnbot-oc:1.2
|
||||||
@@ -491,3 +483,36 @@ services:
|
|||||||
default:
|
default:
|
||||||
ipv4_address: 10.10.0.12
|
ipv4_address: 10.10.0.12
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
|
wp:
|
||||||
|
image: mercurykd/vpnbot-wp:1.2
|
||||||
|
build:
|
||||||
|
dockerfile: dockerfile/warp.dockerfile
|
||||||
|
args:
|
||||||
|
image: ${IMAGE}
|
||||||
|
cap_add:
|
||||||
|
- NET_ADMIN
|
||||||
|
devices:
|
||||||
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
volumes:
|
||||||
|
- ./config/.profile:/root/.ashrc:ro
|
||||||
|
- ./ssh:/ssh
|
||||||
|
- ./config/sshd_config:/etc/ssh/sshd_config
|
||||||
|
- ./config:/config
|
||||||
|
- ./certs:/certs
|
||||||
|
- ./scripts/start_wp.sh:/start_wp.sh
|
||||||
|
hostname: warp
|
||||||
|
container_name: warp-${VER}
|
||||||
|
depends_on:
|
||||||
|
php:
|
||||||
|
condition: service_healthy
|
||||||
|
env_file:
|
||||||
|
- path: ./.env
|
||||||
|
required: true # default
|
||||||
|
- path: ./override.env
|
||||||
|
required: false
|
||||||
|
stop_grace_period: 1s
|
||||||
|
command: ["/bin/sh", "/start_wp.sh"]
|
||||||
|
networks:
|
||||||
|
default:
|
||||||
|
ipv4_address: 10.10.0.13
|
||||||
|
logging: *default-logging
|
||||||
|
|||||||
@@ -4,6 +4,7 @@ RUN apk add --no-cache --update php81 \
|
|||||||
php81-mbstring \
|
php81-mbstring \
|
||||||
php81-session \
|
php81-session \
|
||||||
php81-phar \
|
php81-phar \
|
||||||
|
php81-zip \
|
||||||
php81-curl \
|
php81-curl \
|
||||||
php81-opcache \
|
php81-opcache \
|
||||||
php81-openssl \
|
php81-openssl \
|
||||||
@@ -25,5 +26,10 @@ RUN apk add --no-cache --update php81 \
|
|||||||
&& tar -xf dnslookup-linux-amd64-v1.9.1.tar.gz \
|
&& tar -xf dnslookup-linux-amd64-v1.9.1.tar.gz \
|
||||||
&& mv linux-amd64/dnslookup /usr/bin \
|
&& mv linux-amd64/dnslookup /usr/bin \
|
||||||
&& rm dnslookup-linux-amd64-v1.9.1.tar.gz \
|
&& rm dnslookup-linux-amd64-v1.9.1.tar.gz \
|
||||||
&& rm -rf /linux-amd64
|
&& rm -rf /linux-amd64 \
|
||||||
|
&& wget https://github.com/SagerNet/sing-box/releases/download/v1.8.11/sing-box-1.8.11-linux-amd64.tar.gz \
|
||||||
|
&& tar -xf sing-box-1.8.11-linux-amd64.tar.gz \
|
||||||
|
&& mv sing-box-1.8.11-linux-amd64/sing-box /usr/bin \
|
||||||
|
&& rm sing-box-1.8.11-linux-amd64.tar.gz \
|
||||||
|
&& rm -rf /sing-box-1.8.11-linux-amd64
|
||||||
ENV ENV="/root/.ashrc"
|
ENV ENV="/root/.ashrc"
|
||||||
|
|||||||
@@ -2,16 +2,16 @@ ARG image
|
|||||||
FROM $image
|
FROM $image
|
||||||
RUN apk add openssh git xz \
|
RUN apk add openssh git xz \
|
||||||
&& mkdir /root/.ssh \
|
&& mkdir /root/.ssh \
|
||||||
&& wget https://github.com/shadowsocks/shadowsocks-rust/releases/download/v1.15.3/shadowsocks-v1.15.3.x86_64-unknown-linux-musl.tar.xz \
|
&& wget -O shadowsocks-rust.x86_64-unknown-linux-musl.tar.xz $(wget -q -O - https://api.github.com/repos/shadowsocks/shadowsocks-rust/releases/latest | grep browser_download_url | cut -d\" -f4 | egrep '.x86_64-unknown-linux-musl.tar.xz$') \
|
||||||
&& tar -xf shadowsocks-v1.15.3.x86_64-unknown-linux-musl.tar.xz \
|
&& tar -xf shadowsocks-rust.x86_64-unknown-linux-musl.tar.xz \
|
||||||
&& wget https://github.com/teddysun/v2ray-plugin/releases/download/v5.7.0/v2ray-plugin-linux-amd64-v5.7.0.tar.gz \
|
&& wget -O v2ray-plugin-linux-amd64.tar.gz $(wget -q -O - https://api.github.com/repos/teddysun/v2ray-plugin/releases/latest | grep browser_download_url | cut -d\" -f4 | egrep 'v2ray-plugin-linux-amd64') \
|
||||||
&& tar -xf v2ray-plugin-linux-amd64-v5.7.0.tar.gz \
|
&& tar -xf v2ray-plugin-linux-amd64.tar.gz \
|
||||||
&& mv sslocal /usr/bin/ \
|
&& mv sslocal /usr/bin/ \
|
||||||
&& mv ssserver /usr/bin/ \
|
&& mv ssserver /usr/bin/ \
|
||||||
&& mv ssmanager /usr/bin/ \
|
&& mv ssmanager /usr/bin/ \
|
||||||
&& mv ssservice /usr/bin/ \
|
&& mv ssservice /usr/bin/ \
|
||||||
&& mv ssurl /usr/bin/ \
|
&& mv ssurl /usr/bin/ \
|
||||||
&& mv v2ray-plugin_linux_amd64 /usr/bin/v2ray-plugin \
|
&& mv v2ray-plugin_linux_amd64 /usr/bin/v2ray-plugin \
|
||||||
&& rm v2ray-plugin-linux-amd64-v5.7.0.tar.gz\
|
&& rm v2ray-plugin-linux-amd64.tar.gz \
|
||||||
&& rm shadowsocks-v1.15.3.x86_64-unknown-linux-musl.tar.xz
|
&& rm shadowsocks-rust.x86_64-unknown-linux-musl.tar.xz
|
||||||
ENV ENV="/root/.ashrc"
|
ENV ENV="/root/.ashrc"
|
||||||
|
|||||||
@@ -0,0 +1,9 @@
|
|||||||
|
ARG image
|
||||||
|
FROM $image
|
||||||
|
RUN apk add openssh openssl jq \
|
||||||
|
&& mkdir /root/.ssh \
|
||||||
|
&& wget https://github.com/SagerNet/sing-box/releases/download/v1.9.3/sing-box-1.9.3-linux-amd64.tar.gz \
|
||||||
|
&& tar -xf sing-box-1.9.3-linux-amd64.tar.gz \
|
||||||
|
&& mv sing-box-1.9.3-linux-amd64/sing-box /usr/bin \
|
||||||
|
&& rm sing-box-1.9.3-linux-amd64.tar.gz \
|
||||||
|
&& rm -rf /sing-box-1.9.3-linux-amd64
|
||||||
@@ -0,0 +1,16 @@
|
|||||||
|
FROM ubuntu:22.04 AS build
|
||||||
|
RUN apt update && apt install -y curl gpg lsb-release \
|
||||||
|
&& curl -fsSL https://pkg.cloudflareclient.com/pubkey.gpg | gpg --yes --dearmor --output /usr/share/keyrings/cloudflare-warp-archive-keyring.gpg \
|
||||||
|
&& echo "deb [signed-by=/usr/share/keyrings/cloudflare-warp-archive-keyring.gpg] https://pkg.cloudflareclient.com/ $(lsb_release -cs) main" | tee /etc/apt/sources.list.d/cloudflare-client.list \
|
||||||
|
&& apt update && apt install -y cloudflare-warp
|
||||||
|
|
||||||
|
FROM alpine:3.17
|
||||||
|
ARG GLIBC_VERSION=2.34-r0
|
||||||
|
COPY --from=build /usr/bin/warp-cli /usr/bin/warp-svc /usr/local/bin/
|
||||||
|
RUN apk add --no-cache dbus-libs wget socat openssh-server jq curl \
|
||||||
|
&& mkdir /tmp/glibc-pkgs \
|
||||||
|
&& for PKG in glibc-$GLIBC_VERSION.apk glibc-bin-$GLIBC_VERSION.apk; do wget -q --directory-prefix /tmp/glibc-pkgs https://github.com/sgerrand/alpine-pkg-glibc/releases/download/$GLIBC_VERSION/$PKG; done \
|
||||||
|
&& apk add --no-cache --allow-untrusted --force-overwrite /tmp/glibc-pkgs/* \
|
||||||
|
&& rm -rf /tmp/glibc-pkgs \
|
||||||
|
&& /usr/glibc-compat/sbin/ldconfig /lib /usr/glibc-compat/lib \
|
||||||
|
&& mkdir /root/.ssh
|
||||||
@@ -1,6 +1,8 @@
|
|||||||
ARG image
|
ARG image
|
||||||
FROM $image
|
FROM $image
|
||||||
RUN apk add --no-cache --virtual .build-deps alpine-sdk git go \
|
COPY --from=golang:1.22.3-alpine /usr/local/go/ /usr/local/go/
|
||||||
|
ENV PATH="/usr/local/go/bin:${PATH}"
|
||||||
|
RUN apk add --no-cache --virtual .build-deps alpine-sdk git \
|
||||||
&& apk add iproute2 linux-headers iptables xtables-addons openssh wireguard-tools jq bash htop \
|
&& apk add iproute2 linux-headers iptables xtables-addons openssh wireguard-tools jq bash htop \
|
||||||
&& git clone https://github.com/amnezia-vpn/amneziawg-go \
|
&& git clone https://github.com/amnezia-vpn/amneziawg-go \
|
||||||
&& git clone https://github.com/amnezia-vpn/amneziawg-tools.git \
|
&& git clone https://github.com/amnezia-vpn/amneziawg-tools.git \
|
||||||
|
|||||||
@@ -1,12 +0,0 @@
|
|||||||
ARG image
|
|
||||||
FROM $image
|
|
||||||
RUN apk add openssh openssl jq \
|
|
||||||
&& mkdir /root/.ssh \
|
|
||||||
&& wget https://github.com/XTLS/Xray-core/releases/download/v1.8.10/Xray-linux-64.zip \
|
|
||||||
&& unzip Xray-linux-64.zip \
|
|
||||||
&& mv xray /usr/bin/ \
|
|
||||||
&& rm Xray-linux-64.zip \
|
|
||||||
&& rm geoip.dat \
|
|
||||||
&& rm geosite.dat \
|
|
||||||
&& chmod +x /usr/bin/xray
|
|
||||||
ENV ENV="/root/.ashrc"
|
|
||||||
@@ -9,7 +9,7 @@ d: # остановка контейнеров
|
|||||||
docker compose down --remove-orphans
|
docker compose down --remove-orphans
|
||||||
dv: # остановка контейнеров
|
dv: # остановка контейнеров
|
||||||
docker compose down -v
|
docker compose down -v
|
||||||
r: d cleanf u cleanf
|
r: d u
|
||||||
ps: # список контейнеров
|
ps: # список контейнеров
|
||||||
docker compose ps
|
docker compose ps
|
||||||
l: # логи из контейнеров
|
l: # логи из контейнеров
|
||||||
@@ -31,13 +31,13 @@ up: # консоль сервиса
|
|||||||
ad: # консоль сервиса
|
ad: # консоль сервиса
|
||||||
docker compose exec ad /bin/sh
|
docker compose exec ad /bin/sh
|
||||||
wp: # консоль сервиса
|
wp: # консоль сервиса
|
||||||
docker compose exec wp bash
|
docker compose exec wp /bin/sh
|
||||||
proxy: # консоль сервиса
|
proxy: # консоль сервиса
|
||||||
docker compose exec proxy /bin/sh
|
docker compose exec proxy /bin/sh
|
||||||
tg: # консоль сервиса
|
tg: # консоль сервиса
|
||||||
docker compose exec tg /bin/sh
|
docker compose exec tg /bin/sh
|
||||||
xr: # консоль сервиса
|
si: # консоль сервиса
|
||||||
docker compose exec xr /bin/sh
|
docker compose exec si /bin/sh
|
||||||
oc: # консоль сервиса
|
oc: # консоль сервиса
|
||||||
docker compose exec oc /bin/sh
|
docker compose exec oc /bin/sh
|
||||||
clean:
|
clean:
|
||||||
|
|||||||
Regular → Executable
@@ -6,6 +6,10 @@ telegram bot to manage servers (inside the bot)
|
|||||||
- change secret
|
- change secret
|
||||||
- qr/config
|
- qr/config
|
||||||
- change fake domain
|
- change fake domain
|
||||||
|
- multiple users
|
||||||
|
- subscriptions with routing
|
||||||
|
- routing templates per user
|
||||||
|
- steal from yourself
|
||||||
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/39bdf4e0-96a6-4257-b61e-30a14122e236" width="200">
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/39bdf4e0-96a6-4257-b61e-30a14122e236" width="200">
|
||||||
|
|
||||||
### NaiveProxy
|
### NaiveProxy
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
+5
-5
@@ -1,8 +1,8 @@
|
|||||||
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
||||||
ssh-keygen -A
|
ssh-keygen -A
|
||||||
exec /usr/sbin/sshd -D -e "$@" &
|
exec /usr/sbin/sshd -D -e "$@" &
|
||||||
sed "s/ss:[0-9]\+/ss:$SSPORT/" /nginx_default.conf > change_port
|
sed "s/ss:[0-9]\+/ss:$SSPORT/" /config/nginx_default.conf > change_port
|
||||||
cat change_port > /nginx_default.conf
|
cat change_port > /config/nginx_default.conf
|
||||||
sed "s/ss:[0-9]\+/ss:$SSPORT/" /etc/nginx/nginx.conf > change_port
|
sed "s/ss:[0-9]\+/ss:$SSPORT/" /config/nginx.conf > change_port
|
||||||
cat change_port > /etc/nginx/nginx.conf
|
cat change_port > /config/nginx.conf
|
||||||
nginx -g "daemon off;"
|
nginx -g "daemon off;" -c /config/nginx.conf
|
||||||
|
|||||||
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Regular → Executable
Executable
+5
@@ -0,0 +1,5 @@
|
|||||||
|
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
||||||
|
ssh-keygen -A
|
||||||
|
exec /usr/sbin/sshd -D -e "$@" &
|
||||||
|
sing-box run -c /config/singbox.json > /dev/null &
|
||||||
|
tail -f /dev/null
|
||||||
Regular → Executable
Regular → Executable
Regular → Executable
+1
-1
@@ -1,4 +1,4 @@
|
|||||||
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
||||||
ssh-keygen -A
|
ssh-keygen -A
|
||||||
exec /usr/sbin/sshd -D -e "$@" &
|
exec /usr/sbin/sshd -D -e "$@" &
|
||||||
nginx -g "daemon off;"
|
nginx -g "daemon off;" -c /config/upstream.conf
|
||||||
|
|||||||
Regular → Executable
Executable
+14
@@ -0,0 +1,14 @@
|
|||||||
|
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
||||||
|
ssh-keygen -A
|
||||||
|
exec /usr/sbin/sshd -D -e "$@" &
|
||||||
|
warp-svc > /dev/null &
|
||||||
|
sleep 3
|
||||||
|
warp-cli --accept-tos registration new
|
||||||
|
key=$(cat /config/pac.json | jq -r .warp)
|
||||||
|
if [ ! -z "$key" ]
|
||||||
|
then
|
||||||
|
warp-cli --accept-tos registration license $key
|
||||||
|
fi
|
||||||
|
warp-cli --accept-tos mode proxy
|
||||||
|
warp-cli --accept-tos connect
|
||||||
|
socat TCP-LISTEN:4000,fork TCP:127.0.0.1:40000
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
cat /ssh/key.pub > /root/.ssh/authorized_keys
|
|
||||||
ssh-keygen -A
|
|
||||||
exec /usr/sbin/sshd -D -e "$@" &
|
|
||||||
if [ $(cat /xray.json | jq -r '.inbounds[0].settings.clients[0].id' | wc -c) -gt 1 ]
|
|
||||||
then
|
|
||||||
xray run -config /xray.json > /dev/null &
|
|
||||||
fi
|
|
||||||
tail -f /dev/null
|
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
winsw3.exe install
|
||||||
|
pause
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
winsw3.exe stop
|
||||||
|
winsw3.exe start
|
||||||
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
winsw3.exe start
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
winsw3.exe status
|
||||||
|
pause
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
winsw3.exe stop
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
winsw3.exe uninstall
|
||||||
|
pause
|
||||||
Binary file not shown.
@@ -0,0 +1,17 @@
|
|||||||
|
<service>
|
||||||
|
<id>singbox</id>
|
||||||
|
<name>singbox</name>
|
||||||
|
<description>singbox</description>
|
||||||
|
<executable>%BASE%\sing-box.exe</executable>
|
||||||
|
<arguments>run -c %BASE%\config.json</arguments>
|
||||||
|
<logmode>rotate</logmode>
|
||||||
|
<onfailure action="restart" delay="10 sec" />
|
||||||
|
<onfailure action="restart" delay="20 sec" />
|
||||||
|
<onfailure action="restart" delay="30 sec" />
|
||||||
|
<onfailure action="none" />
|
||||||
|
<onexit action="restart" />
|
||||||
|
<onexit action="restart" />
|
||||||
|
<onexit action="restart" />
|
||||||
|
<onexit action="none" />
|
||||||
|
<download from="~url~" to="%BASE%\config.json"/>
|
||||||
|
</service>
|
||||||
Regular → Executable
+9
@@ -9,16 +9,25 @@ do
|
|||||||
branch=$(cat $pwd/update/branch 2>/dev/null)
|
branch=$(cat $pwd/update/branch 2>/dev/null)
|
||||||
if [[ -n "$cmd" ]]
|
if [[ -n "$cmd" ]]
|
||||||
then
|
then
|
||||||
|
key=$(cat $pwd/update/key)
|
||||||
|
curl -H "Content-Type: application/json" -X POST https://api.telegram.org/bot$key/editMessageText -d "$(cat $pwd/update/curl | sed 's/"text":"~t~"/"text": "останавливаю бота"/')"
|
||||||
docker compose down --remove-orphans
|
docker compose down --remove-orphans
|
||||||
|
curl -H "Content-Type: application/json" -X POST https://api.telegram.org/bot$key/editMessageText -d "$(cat $pwd/update/curl | sed 's/"text":"~t~"/"text": "очищаю директорию"/')"
|
||||||
git reset --hard && git clean -fd
|
git reset --hard && git clean -fd
|
||||||
|
curl -H "Content-Type: application/json" -X POST https://api.telegram.org/bot$key/editMessageText -d "$(cat $pwd/update/curl | sed 's/"text":"~t~"/"text": "скачиваю обновление"/')"
|
||||||
git fetch
|
git fetch
|
||||||
if [[ -n "$branch" ]]
|
if [[ -n "$branch" ]]
|
||||||
then
|
then
|
||||||
|
curl -H "Content-Type: application/json" -X POST https://api.telegram.org/bot$key/editMessageText -d "$(cat $pwd/update/curl | sed 's/"text":"~t~"/"text": "меняю ветку"/')"
|
||||||
git checkout -t origin/$branch || git checkout $branch
|
git checkout -t origin/$branch || git checkout $branch
|
||||||
fi
|
fi
|
||||||
|
curl -H "Content-Type: application/json" -X POST https://api.telegram.org/bot$key/editMessageText -d "$(cat $pwd/update/curl | sed 's/"text":"~t~"/"text": "применяю обновления"/')"
|
||||||
git pull > ./update/message
|
git pull > ./update/message
|
||||||
|
curl -H "Content-Type: application/json" -X POST https://api.telegram.org/bot$key/editMessageText -d "$(cat $pwd/update/curl | sed 's/"text":"~t~"/"text": "запускаю бота"/')"
|
||||||
IP=$(curl https://ipinfo.io/ip) VER=$(git describe --tags) docker compose up -d --force-recreate
|
IP=$(curl https://ipinfo.io/ip) VER=$(git describe --tags) docker compose up -d --force-recreate
|
||||||
bash $pwd/update/update.sh &
|
bash $pwd/update/update.sh &
|
||||||
|
> $pwd/update/key
|
||||||
|
> $pwd/update/curl
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|||||||
@@ -1,3 +1,67 @@
|
|||||||
|
26.08.2024 v1.44
|
||||||
|
- qr для xtls
|
||||||
|
- фикс действий на элементом списков
|
||||||
|
21.08.2024 v1.43
|
||||||
|
- singbox:поддержка кастомных outbound для ruleset
|
||||||
|
16.08.2024 v1.42.1
|
||||||
|
- фикс добавления рулсетов с длинными урл
|
||||||
|
16.08.2024 v1.42
|
||||||
|
- добавлена возможность сохранять/восстанавливать список доменов/правил маршрутизации
|
||||||
|
- изменена ссылка на сингбокс-конфиг для совместимости с клиентом сингбокса (фикс импорта в sing-box)
|
||||||
|
- sing-box: добавлена возможность добавлять свои packagename (outbound:proxy)
|
||||||
|
- sing-box: добавлена возможность добавлять свои ruleset с указанием outbound и временем обновления
|
||||||
|
- sing-box: списки доменов pac/warp/block трансформируются в собственный ruleset и присутствуют в шаблоне origin всегда, даже если они пустые. это дает возможность не ждать перезагрузки конфига клиентом
|
||||||
|
09.08.2024 v1.41.1
|
||||||
|
- фикс для "удалить все" в списках доменов
|
||||||
|
06.08.2024 v1.41
|
||||||
|
- возможность очистить РАС лист
|
||||||
|
03.08.2024 v1.40
|
||||||
|
- возможность менять MTU для Wireguard/Amnezia
|
||||||
|
- раздельный qr для AmneziaWG + AmneziaVPN
|
||||||
|
18.05.2024 v1.39
|
||||||
|
- изменен автобэкап
|
||||||
|
04.05.2024 v1.38
|
||||||
|
- changelog в сообщении новой версии
|
||||||
|
04.05.2024 v1.37.1
|
||||||
|
- warp на образе alpine (thx @zmeyzloy)
|
||||||
|
- фикс выбора шаблона singbox
|
||||||
|
22.04.2024 v1.35
|
||||||
|
- очистка старых образов
|
||||||
|
19.04.2024 v1.34
|
||||||
|
- формирование rule_set из шаблона singbox
|
||||||
|
18.04.2024 v1.33
|
||||||
|
- вывод статуса warp в меню
|
||||||
|
18.04.2024 v1.32
|
||||||
|
- фиксы в названии и отображении выбранного шаблона xtls
|
||||||
|
18.04.2024 v1.31
|
||||||
|
- возможность устанавливать ключ для warp
|
||||||
|
16.04.2024 v1.30.1
|
||||||
|
- улучшение сообщения об обновлениях
|
||||||
|
16.04.2024 v1.30
|
||||||
|
- улучшение скрипта обновления
|
||||||
|
16.04.2024 v1.29
|
||||||
|
- рефакторинг подписок
|
||||||
|
- кнопки импорта для различных клиентов
|
||||||
|
- шаблоны для v2ray
|
||||||
|
15.04.2024 v1.28
|
||||||
|
- xtls: список блокировки, список warp
|
||||||
|
- улучшение отображения таймера
|
||||||
|
14.04.2024 v1.27.1
|
||||||
|
- singbox windows: замена winsw на winsw3, + скрипт обновления подписки
|
||||||
|
13.04.2024 v1.27
|
||||||
|
- архив сингбокса для windows, работает как служба
|
||||||
|
12.04.2024 v1.26
|
||||||
|
- имя клиента xtls подтягивается по подписке из бота
|
||||||
|
11.04.2024 v1.25
|
||||||
|
- подпись дефолтного шаблона в разделе пользователя xtls
|
||||||
|
11.04.2024 v1.24
|
||||||
|
- обновлен раздел PAC, добавлена возможность добавить домены из https://community.antifilter.download/
|
||||||
|
11.04.2024 v1.23
|
||||||
|
- фикс совместимости старого конфига xray из бэкапа
|
||||||
|
11.04.2024 v1.22
|
||||||
|
- улучшение гибкости выбора шаблона sing-box
|
||||||
|
11.04.2024 v1.21
|
||||||
|
- фикс доступности адгвард панели при первом запуске
|
||||||
10.04.2024 v1.20
|
10.04.2024 v1.20
|
||||||
- выбор дефолтного шаблона sing-box
|
- выбор дефолтного шаблона sing-box
|
||||||
10.04.2024 v1.19
|
10.04.2024 v1.19
|
||||||
|
|||||||
Reference in New Issue
Block a user