Compare commits
67 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dfa9efec7a | |||
| e1902827ce | |||
| 95fea3bb7b | |||
| 80a9f9f32d | |||
| 7fc1105728 | |||
| d46679caf6 | |||
| 910186ff00 | |||
| 5e72452a8d | |||
| 668756f1c7 | |||
| 29e7be6cd8 | |||
| a5599118fc | |||
| 040e8919f8 | |||
| d8e66f54a1 | |||
| 8a64bd7308 | |||
| 06a591debe | |||
| 7a77283b6e | |||
| 4a40a82d5b | |||
| abe78182fe | |||
| 16fc468516 | |||
| 85d8bc4e6d | |||
| 5f8979a62d | |||
| 969e981874 | |||
| 99d27da162 | |||
| a0f8b4df05 | |||
| ed720406da | |||
| 43d68515db | |||
| ac8aff2fb3 | |||
| 7a4583c036 | |||
| 7ffd9c10c5 | |||
| 228b617bfc | |||
| 9749677b86 | |||
| 045a849be8 | |||
| d50f7e07ac | |||
| 687c36cab2 | |||
| 1cabd1ddef | |||
| fb5203bbde | |||
| e50feabad7 | |||
| 8dd8ed1436 | |||
| f1cd57991e | |||
| 12d90f4446 | |||
| 30f9406021 | |||
| 6f12de7fd0 | |||
| 294a26ec7d | |||
| 7d12e5c972 | |||
| 2efcea9dbe | |||
| 5b1bf2b3d5 | |||
| 9f1b3d84f4 | |||
| e81c6a5dfb | |||
| c00dafa6d1 | |||
| cab00f4aed | |||
| 4082dac97b | |||
| 7317d418de | |||
| b7a1f9bbd6 | |||
| fcc165b4be | |||
| a9d16eadce | |||
| 82b95ccb85 | |||
| e01ef61b62 | |||
| 367bfc0fbc | |||
| 524c52e326 | |||
| 3bbb8290e5 | |||
| 1e8ac34370 | |||
| 2332e5ea71 | |||
| 796fa57330 | |||
| ce91b1152e | |||
| 64d44428d0 | |||
| 860fdc883f | |||
| f2f2066e99 |
+951
-189
File diff suppressed because it is too large
Load Diff
+29
-5
@@ -166,12 +166,12 @@ $i = [
|
|||||||
'ru' => 'Некоторым клиентам требуется валидный сертификат при подключении, например Windows 11 DoH или ShadowSocks Android (URL-адрес PAC), для этого требуется домен',
|
'ru' => 'Некоторым клиентам требуется валидный сертификат при подключении, например Windows 11 DoH или ShadowSocks Android (URL-адрес PAC), для этого требуется домен',
|
||||||
],
|
],
|
||||||
'self list explain' => [
|
'self list explain' => [
|
||||||
'en' => ' - domains that will work through a proxy',
|
'en' => ' - domains that will work through a proxy, all others directly',
|
||||||
'ru' => ' - домены, которые будут работать через прокси',
|
'ru' => ' - домены, которые будут работать через прокси, все остальные напрямую',
|
||||||
],
|
],
|
||||||
'reverse list explain' => [
|
'reverse list explain' => [
|
||||||
'en' => ' - domains that will work without a proxy, all others through a proxy',
|
'en' => ' - domains that will work directly, all others through a proxy',
|
||||||
'ru' => ' - домены которые будут работать без прокси, все остальные через прокси',
|
'ru' => ' - домены которые будут работать напрямую, все остальные через прокси',
|
||||||
],
|
],
|
||||||
'timer' => [
|
'timer' => [
|
||||||
'en' => 'set timer',
|
'en' => 'set timer',
|
||||||
@@ -263,7 +263,11 @@ $i = [
|
|||||||
],
|
],
|
||||||
'changeFakeDomain' => [
|
'changeFakeDomain' => [
|
||||||
'en' => 'changeFakeDomain',
|
'en' => 'changeFakeDomain',
|
||||||
'ru' => 'установить фейковый домен',
|
'ru' => 'фейковый домен',
|
||||||
|
],
|
||||||
|
'selfFakeDomain' => [
|
||||||
|
'en' => 'steal from yourself',
|
||||||
|
'ru' => 'steal from yourself',
|
||||||
],
|
],
|
||||||
'page' => [
|
'page' => [
|
||||||
'en' => 'pagination',
|
'en' => 'pagination',
|
||||||
@@ -305,4 +309,24 @@ $i = [
|
|||||||
'en' => 'update bot',
|
'en' => 'update bot',
|
||||||
'ru' => 'обновить бота',
|
'ru' => 'обновить бота',
|
||||||
],
|
],
|
||||||
|
'third party browser' => [
|
||||||
|
'en' => 'third party browser',
|
||||||
|
'ru' => 'сторонний браузер',
|
||||||
|
],
|
||||||
|
'browser_notify_on' => [
|
||||||
|
'en' => 'the web panel can be opened in any browser',
|
||||||
|
'ru' => 'веб панель может быть открыта в любом браузере',
|
||||||
|
],
|
||||||
|
'browser_notify_off' => [
|
||||||
|
'en' => 'web panel is only available from telegram',
|
||||||
|
'ru' => 'веб панель доступна только из телеграмма',
|
||||||
|
],
|
||||||
|
'no updates' => [
|
||||||
|
'en' => 'no updates',
|
||||||
|
'ru' => 'нет обновлений',
|
||||||
|
],
|
||||||
|
'have updates' => [
|
||||||
|
'en' => '🟢 have updates',
|
||||||
|
'ru' => '🟢 есть обновления',
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
+99
-15
@@ -22,24 +22,108 @@ $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)) {
|
||||||
if ($type == 'mirror') {
|
switch ($type) {
|
||||||
|
case 'mirror':
|
||||||
|
require __DIR__ . '/bot.php';
|
||||||
|
require __DIR__ . '/i18n.php';
|
||||||
|
$bot = new Bot($c['key'], $i);
|
||||||
|
$bot->getMirror();
|
||||||
|
break;
|
||||||
|
|
||||||
|
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':
|
||||||
|
require __DIR__ . '/bot.php';
|
||||||
|
require __DIR__ . '/i18n.php';
|
||||||
|
$bot = new Bot($c['key'], $i);
|
||||||
|
if (!empty($_GET['b'])) {
|
||||||
|
switch ($_GET['b']) {
|
||||||
|
case '1':
|
||||||
|
$fs = $bot->singboxSubscription($_GET['s'], 1);
|
||||||
|
header("Location: $fs");
|
||||||
|
exit;
|
||||||
|
case '2':
|
||||||
|
$link = htmlspecialchars($bot->singboxSubscription($_GET['s'], a: 1), ENT_XML1, 'UTF-8');
|
||||||
|
file_put_contents('/singbox/winsw.xml', preg_replace('#~url~#', $link, file_get_contents('/singbox/winsw.xml')));
|
||||||
|
$zip = new ZipArchive();
|
||||||
|
$n = "singbox_$v.zip";
|
||||||
|
$zip->open($n, ZipArchive::CREATE | ZipArchive::OVERWRITE);
|
||||||
|
foreach (scandir('/singbox') as $k => $v) {
|
||||||
|
if (!empty(!in_array($v, ['.', '..']))) {
|
||||||
|
$zip->addFile("/singbox/$v", $v);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
$zip->close();
|
||||||
|
header('Content-Disposition: attachment; filename="singbox.zip"');
|
||||||
|
echo file_get_contents($n);
|
||||||
|
unlink($n);
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
header('Content-Type: application/json');
|
||||||
|
echo $bot->singboxSubscription($_GET['s']);
|
||||||
|
}
|
||||||
|
exit;
|
||||||
|
|
||||||
|
case 'te':
|
||||||
|
require __DIR__ . '/bot.php';
|
||||||
|
require __DIR__ . '/i18n.php';
|
||||||
|
$bot = new Bot($c['key'], $i);
|
||||||
|
if (!empty($_GET['te'])) {
|
||||||
|
$t = $bot->getPacConf()['singtemplates'][urldecode($_GET['te'])];
|
||||||
|
} else {
|
||||||
|
$t = json_decode(file_get_contents('/config/sing.json'), true);
|
||||||
|
}
|
||||||
|
if ($t) {
|
||||||
|
header('Content-Type: application/json');
|
||||||
|
echo json_encode($t, JSON_PRETTY_PRINT | JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
|
||||||
|
default:
|
||||||
|
if (file_exists($file = __DIR__ . "/zapretlists/$type")) {
|
||||||
|
$pac = file_get_contents($file);
|
||||||
|
header('Content-Type: text/plain');
|
||||||
|
echo str_replace([
|
||||||
|
'~address~',
|
||||||
|
'~port~',
|
||||||
|
], [
|
||||||
|
$address,
|
||||||
|
$port,
|
||||||
|
], $pac);
|
||||||
|
exit;
|
||||||
|
}
|
||||||
|
break;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
if (!empty($_GET['hash'])) {
|
||||||
|
$t = $_GET;
|
||||||
|
unset($t['hash']);
|
||||||
|
ksort($t);
|
||||||
|
foreach ($t as $k => $v) {
|
||||||
|
$s[] = "$k=$v";
|
||||||
|
}
|
||||||
|
$s = implode("\n", $s);
|
||||||
|
$sk = hash_hmac('sha256', $c['key'], "WebAppData", true);
|
||||||
|
if (hash_hmac('sha256', $s, $sk) == $_GET['hash']) {
|
||||||
require __DIR__ . '/bot.php';
|
require __DIR__ . '/bot.php';
|
||||||
require __DIR__ . '/i18n.php';
|
require __DIR__ . '/i18n.php';
|
||||||
$bot = new Bot($c['key'], $i);
|
$bot = new Bot($c['key'], $i);
|
||||||
$bot->getMirror();
|
setcookie('c', substr(hash('sha256', $c['key']), 0, 8), 0, '/');
|
||||||
} else {
|
setcookie('a', $bot->adguardBasicAuth(), 0, '/');
|
||||||
if (file_exists($file = __DIR__ . "/zapretlists/$type")) {
|
die('ok');
|
||||||
$pac = file_get_contents($file);
|
|
||||||
header('Content-Type: text/plain');
|
|
||||||
echo str_replace([
|
|
||||||
'~address~',
|
|
||||||
'~port~',
|
|
||||||
], [
|
|
||||||
$address,
|
|
||||||
$port,
|
|
||||||
], $pac);
|
|
||||||
exit;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
+3
-1
@@ -8,6 +8,8 @@ require __DIR__ . '/config.php';
|
|||||||
require __DIR__ . '/i18n.php';
|
require __DIR__ . '/i18n.php';
|
||||||
|
|
||||||
$bot = new Bot($c['key'], $i);
|
$bot = new Bot($c['key'], $i);
|
||||||
$bot->setwebhook();
|
$bot->adguardProtect();
|
||||||
|
$bot->adguardCheckPswd();
|
||||||
$bot->setcommands();
|
$bot->setcommands();
|
||||||
$bot->syncPortClients();
|
$bot->syncPortClients();
|
||||||
|
$bot->setwebhook();
|
||||||
|
|||||||
+2
-1
@@ -35,4 +35,5 @@ if (!empty($c['admin'])) {
|
|||||||
}
|
}
|
||||||
file_put_contents('/update/message', '');
|
file_put_contents('/update/message', '');
|
||||||
file_put_contents('/update/reload_message', '');
|
file_put_contents('/update/reload_message', '');
|
||||||
$bot->menu();
|
$bot->restartTG();
|
||||||
|
$bot->sslip();
|
||||||
|
|||||||
+28
-94
@@ -93,95 +93,7 @@ function start()
|
|||||||
|
|
||||||
// check && exclude
|
// check && exclude
|
||||||
$include = array_filter($conf['includelist'], fn($x) => $x == true);
|
$include = array_filter($conf['includelist'], fn($x) => $x == true);
|
||||||
if ($conf['zapret']) {
|
$domains = $include;
|
||||||
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";
|
||||||
unlink(__DIR__ . '/zapretlists/mpac');
|
unlink(__DIR__ . '/zapretlists/mpac');
|
||||||
@@ -218,8 +130,19 @@ function start()
|
|||||||
$text .= $tail ? "$tail\n" : '';
|
$text .= $tail ? "$tail\n" : '';
|
||||||
|
|
||||||
// create pac
|
// create pac
|
||||||
$domains = elzw(json_encode($t));
|
$domains = json_encode($t);
|
||||||
$pac = 'function FindProxyForURL(t,e){"indexOf"in Array.prototype||(Array.prototype.indexOf=function(t,e){void 0===e&&(e=0),e<0&&(e+=this.length),e<0&&(e=0);for(var n=this.length;e<n;e++)if(e in this&&this[e]===t)return e;return -1}),"dlzw"in String.prototype||(String.prototype.dlzw=function(t){for(var e in text=this.split(""),code=256,o=phrase="",last=text.length,keys=[],text){if(o+=(cc="".charCodeAt.call(this[e],0))<256?text[e]:keys[cc],last==e)break;phrase&&phrase.length>0&&(keys[code]=phrase+(cc<256?text[e]:keys[cc][0]),code++),phrase=cc<256?text[e]:keys[cc]}return o});var n=JSON.parse(\'' . $domains . '\'.dlzw()),r=(/\.(' . implode('|', $subzones) . ')\.[^.]+$/.test(e)?e.replace(/(.+)\.([^.]+\.[^.]+\.[^.]+$)/,"$2"):e.replace(/(.+)\.([^.]+\.[^.]+$)/,"$2")).replace(/^www\.(.+)/,"$1").match(/(.*)\.([^.]+$)/);if(console.log(n,r),!r||!r[2])return"DIRECT";var o=r[1],i=r[2],a=[];if(n.hasOwnProperty(i)&&n[i].hasOwnProperty(o.length)){if("string"==typeof n[i][o.length]){var l=RegExp(".{"+o.length.toString()+"}","g");n[i][o.length]=n[i][o.length].match(l)}a=n[i][o.length]}return -1!==a.indexOf(o)?"SOCKS5 ~address~:~port~; DIRECT":"DIRECT"}';
|
$pac = <<<PAC
|
||||||
|
function FindProxyForURL(t, e) {
|
||||||
|
var n = JSON.parse('$domains'),
|
||||||
|
r = e.match(/((?:.+\.)*(.+))\.([^.]+)$/);
|
||||||
|
if (r && n.hasOwnProperty(r[3]) && (n[r[3]].hasOwnProperty(r[1].length) && (-1 !== n[r[3]][r[1].length].indexOf(r[1])) || n[r[3]].hasOwnProperty(r[2].length) && (-1 !== n[r[3]][r[2].length].indexOf(r[2])))) {
|
||||||
|
return "SOCKS5 ~address~:~port~; DIRECT";
|
||||||
|
}
|
||||||
|
return "DIRECT";
|
||||||
|
}
|
||||||
|
PAC;
|
||||||
|
$pac = preg_replace("~\s{2,}~", '', $pac);
|
||||||
|
$pac = preg_replace("~\n~", '', $pac);
|
||||||
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";
|
||||||
}
|
}
|
||||||
@@ -227,7 +150,7 @@ function start()
|
|||||||
// create reverse PAC
|
// create reverse PAC
|
||||||
$domains = array_filter($conf['reverselist'], fn($x) => $x == true);
|
$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');
|
||||||
} else {
|
} else {
|
||||||
@@ -258,8 +181,19 @@ function start()
|
|||||||
// fclose($f);
|
// fclose($f);
|
||||||
$text .= $tail ? "$tail\n" : '';
|
$text .= $tail ? "$tail\n" : '';
|
||||||
|
|
||||||
$domains = elzw(json_encode($t));
|
$domains = json_encode($t);
|
||||||
$pac = 'function FindProxyForURL(t,e){"indexOf"in Array.prototype||(Array.prototype.indexOf=function(t,e){void 0===e&&(e=0),e<0&&(e+=this.length),e<0&&(e=0);for(var n=this.length;e<n;e++)if(e in this&&this[e]===t)return e;return -1}),"dlzw"in String.prototype||(String.prototype.dlzw=function(t){for(var e in text=this.split(""),code=256,o=phrase="",last=text.length,keys=[],text){if(o+=(cc="".charCodeAt.call(this[e],0))<256?text[e]:keys[cc],last==e)break;phrase&&phrase.length>0&&(keys[code]=phrase+(cc<256?text[e]:keys[cc][0]),code++),phrase=cc<256?text[e]:keys[cc]}return o});var n=JSON.parse(\'' . $domains . '\'.dlzw()),r=(/\.(' . implode('|', $subzones) . ')\.[^.]+$/.test(e)?e.replace(/(.+)\.([^.]+\.[^.]+\.[^.]+$)/,"$2"):e.replace(/(.+)\.([^.]+\.[^.]+$)/,"$2")).replace(/^www\.(.+)/,"$1").match(/(.*)\.([^.]+$)/);if(console.log(n,r),!r||!r[2])return"DIRECT";var o=r[1],i=r[2],a=[];if(n.hasOwnProperty(i)&&n[i].hasOwnProperty(o.length)){if("string"==typeof n[i][o.length]){var l=RegExp(".{"+o.length.toString()+"}","g");n[i][o.length]=n[i][o.length].match(l)}a=n[i][o.length]}return -1!==a.indexOf(o)?"DIRECT":"SOCKS5 ~address~:~port~"}';
|
$pac = <<<PAC
|
||||||
|
function FindProxyForURL(t, e) {
|
||||||
|
var n = JSON.parse('$domains'),
|
||||||
|
r = e.match(/((?:.+\.)*(.+))\.([^.]+)$/);
|
||||||
|
if (r && n.hasOwnProperty(r[3]) && (n[r[3]].hasOwnProperty(r[1].length) && (-1 !== n[r[3]][r[1].length].indexOf(r[1])) || n[r[3]].hasOwnProperty(r[2].length) && (-1 !== n[r[3]][r[2].length].indexOf(r[2])))) {
|
||||||
|
return "DIRECT";
|
||||||
|
}
|
||||||
|
return "SOCKS5 ~address~:~port~";
|
||||||
|
}
|
||||||
|
PAC;
|
||||||
|
$pac = preg_replace("~\s{2,}+~", '', $pac);
|
||||||
|
$pac = preg_replace("~\n~", '', $pac);
|
||||||
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%';
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,26 @@
|
|||||||
|
<meta charset="utf-8">
|
||||||
|
<script src="jquery-3.7.1.min.js"></script>
|
||||||
|
<script>
|
||||||
|
jQuery(function($){
|
||||||
|
$('#copy').on('click', function (e){
|
||||||
|
$(this).text('copied');
|
||||||
|
var $temp = $("<input>");
|
||||||
|
$("body").append($temp);
|
||||||
|
$temp.val($(this).attr('data-id')).select();
|
||||||
|
document.execCommand("copy");
|
||||||
|
$temp.remove();
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
<div style="position:relative;width:100%;height:100%; background-color: white;">
|
||||||
|
<div style="position:absolute;top:0;right:0;width:35%;text-align:center;background-color: #17212b;">
|
||||||
|
<img src="toncoin.png" width="100%" alt="">
|
||||||
|
<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>
|
||||||
|
<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>
|
||||||
|
Перевести
|
||||||
|
</a>
|
||||||
|
<iframe style="width:100%;height:100%" src="https://pay.cloudtips.ru/p/757de378" frameborder="0"></iframe>
|
||||||
|
</div>
|
||||||
@@ -0,0 +1,24 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<script src="https://telegram.org/js/telegram-web-app.js"></script>
|
||||||
|
<script src="jquery-3.7.1.min.js"></script>
|
||||||
|
<title>Document</title>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<script>
|
||||||
|
var tg = window.Telegram.WebApp;
|
||||||
|
jQuery(function($) {
|
||||||
|
$.ajax({
|
||||||
|
'url': 'check?' + tg.initData,
|
||||||
|
}).done(function (r) {
|
||||||
|
location.replace('/adguard/');
|
||||||
|
}).fail(function (r) {
|
||||||
|
location.replace('/');
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Vendored
+2
File diff suppressed because one or more lines are too long
@@ -0,0 +1,117 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
<title>Login</title>
|
||||||
|
<style>
|
||||||
|
/* Design based on Blue Login Field of Kevin Sleger https://codepen.io/MurmeltierS/pen/macKb */
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: #44c4e7 url("https://photos-6.dropbox.com/t/2/AAC_bdqR8LMkjEe-HPIf4K1DhtseMLRHPklBSzJSuzglvA/12/5714737/jpeg/1024x768/3/1418346000/0/2/bkg-blur.jpg/CLHm3AIgASgBKAI/b7RrveA2022yJyfO9RyRvv7LjJQESukGHssHUxVThzw") no-repeat center center fixed;
|
||||||
|
background-size: cover;
|
||||||
|
font-family: "Roboto";
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
|
||||||
|
&::before {
|
||||||
|
z-index: -1;
|
||||||
|
content: '';
|
||||||
|
position: fixed;
|
||||||
|
top: 0;
|
||||||
|
left: 0;
|
||||||
|
background: #44c4e7;
|
||||||
|
/* IE Fallback */
|
||||||
|
background: rgba(68, 196, 231, 0.8);
|
||||||
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.form {
|
||||||
|
position: absolute;
|
||||||
|
top: 50%;
|
||||||
|
left: 50%;
|
||||||
|
background: #fff;
|
||||||
|
width: 285px;
|
||||||
|
margin: -140px 0 0 -182px;
|
||||||
|
padding: 40px;
|
||||||
|
box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin: 0 0 20px;
|
||||||
|
line-height: 1;
|
||||||
|
color: #44c4e7;
|
||||||
|
font-size: 18px;
|
||||||
|
font-weight: 400;
|
||||||
|
}
|
||||||
|
|
||||||
|
input {
|
||||||
|
outline: none;
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
margin: 0 0 20px;
|
||||||
|
padding: 10px 15px;
|
||||||
|
border: 1px solid #ccc;
|
||||||
|
color: #ccc;
|
||||||
|
font-family: "Roboto";
|
||||||
|
box-sizing: border-box;
|
||||||
|
font-size: 14px;
|
||||||
|
font-wieght: 400;
|
||||||
|
-webkit-font-smoothing: antialiased;
|
||||||
|
-moz-osx-font-smoothing: grayscale;
|
||||||
|
transition: 0.2s linear;
|
||||||
|
|
||||||
|
&input:focus {
|
||||||
|
color: #333;
|
||||||
|
border: 1px solid #44c4e7;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
button {
|
||||||
|
cursor: pointer;
|
||||||
|
background: #44c4e7;
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px 15px;
|
||||||
|
border: 0;
|
||||||
|
color: #fff;
|
||||||
|
font-family: "Roboto";
|
||||||
|
font-size: 14px;
|
||||||
|
font-weight: 400;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background: #369cb8;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.error,
|
||||||
|
.valid {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
<script src="jquery-3.7.1.min.js"></script>
|
||||||
|
</head>
|
||||||
|
|
||||||
|
<body>
|
||||||
|
<section class="form animated flipInX">
|
||||||
|
<h2>Login To Your Account</h2>
|
||||||
|
<p class="valid">Valid. Please wait a moment.</p>
|
||||||
|
<p class="error">Error. Please enter correct Username & password.</p>
|
||||||
|
<form class="loginbox" autocomplete="off">
|
||||||
|
<input placeholder="Username" type="text" id="username"></input>
|
||||||
|
<input placeholder="Password" type="password" id="password"></input>
|
||||||
|
<button id="submit">Login</button>
|
||||||
|
</form>
|
||||||
|
</section>
|
||||||
|
<script>
|
||||||
|
$(document).ready(function() {
|
||||||
|
$('#submit').click(function () {
|
||||||
|
event.preventDefault(); // prevent PageReLoad
|
||||||
|
$('.error').css('display', 'block'); // show error msg
|
||||||
|
});
|
||||||
|
});
|
||||||
|
</script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 28 KiB |
+23
-6
@@ -22,15 +22,17 @@ http {
|
|||||||
set_real_ip_from 10.10.0.10;
|
set_real_ip_from 10.10.0.10;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 10.10.0.2:80 default_server;
|
||||||
listen 443 ssl http2 default_server proxy_protocol;
|
listen 10.10.0.2: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;
|
||||||
|
|
||||||
access_log /logs/nginx_default_access;
|
access_log /logs/nginx_default_access;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 444;
|
root /app;
|
||||||
|
index login.html;
|
||||||
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
location /adguard/ {
|
location /adguard/ {
|
||||||
access_log /logs/nginx_adguard_access;
|
access_log /logs/nginx_adguard_access;
|
||||||
@@ -38,6 +40,12 @@ http {
|
|||||||
proxy_redirect / /adguard/;
|
proxy_redirect / /adguard/;
|
||||||
proxy_cookie_path / /adguard/;
|
proxy_cookie_path / /adguard/;
|
||||||
}
|
}
|
||||||
|
location /webapp {
|
||||||
|
access_log /logs/nginx_webapp_access;
|
||||||
|
alias /app;
|
||||||
|
index index.html;
|
||||||
|
try_files $uri $uri/ /pac?$query_string;
|
||||||
|
}
|
||||||
location /pac {
|
location /pac {
|
||||||
access_log /logs/nginx_pac_access;
|
access_log /logs/nginx_pac_access;
|
||||||
proxy_pass http://php;
|
proxy_pass http://php;
|
||||||
@@ -67,11 +75,12 @@ http {
|
|||||||
|
|
||||||
#-domain
|
#-domain
|
||||||
# server {
|
# server {
|
||||||
# listen 80;
|
# listen 10.10.0.2:80;
|
||||||
# server_name ;
|
# server_name ;
|
||||||
#-domain
|
#-domain
|
||||||
#-ssl
|
#-ssl
|
||||||
# listen 443 ssl http2 proxy_protocol;
|
# listen 10.10.0.2: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
|
||||||
@@ -80,7 +89,9 @@ http {
|
|||||||
# access_log /logs/nginx_domain_access;
|
# access_log /logs/nginx_domain_access;
|
||||||
|
|
||||||
# location / {
|
# location / {
|
||||||
# return 444;
|
# root /app;
|
||||||
|
# index login.html;
|
||||||
|
# try_files $uri $uri/ =404;
|
||||||
# }
|
# }
|
||||||
# location /adguard/ {
|
# location /adguard/ {
|
||||||
# access_log /logs/nginx_adguard_access;
|
# access_log /logs/nginx_adguard_access;
|
||||||
@@ -88,6 +99,12 @@ http {
|
|||||||
# proxy_redirect / /adguard/;
|
# proxy_redirect / /adguard/;
|
||||||
# proxy_cookie_path / /adguard/;
|
# proxy_cookie_path / /adguard/;
|
||||||
# }
|
# }
|
||||||
|
# location /webapp {
|
||||||
|
# access_log /logs/nginx_webapp_access;
|
||||||
|
# alias /app;
|
||||||
|
# index index.html;
|
||||||
|
# try_files $uri $uri/ /pac?$query_string;
|
||||||
|
# }
|
||||||
# location /pac {
|
# location /pac {
|
||||||
# access_log /logs/nginx_pac_access;
|
# access_log /logs/nginx_pac_access;
|
||||||
# proxy_pass http://php;
|
# proxy_pass http://php;
|
||||||
|
|||||||
@@ -22,15 +22,17 @@ http {
|
|||||||
set_real_ip_from 10.10.0.10;
|
set_real_ip_from 10.10.0.10;
|
||||||
|
|
||||||
server {
|
server {
|
||||||
listen 80 default_server;
|
listen 10.10.0.2:80 default_server;
|
||||||
listen 443 ssl http2 default_server proxy_protocol;
|
listen 10.10.0.2: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;
|
||||||
|
|
||||||
access_log /logs/nginx_default_access;
|
access_log /logs/nginx_default_access;
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
return 444;
|
root /app;
|
||||||
|
index login.html;
|
||||||
|
try_files $uri $uri/ =404;
|
||||||
}
|
}
|
||||||
location /adguard/ {
|
location /adguard/ {
|
||||||
access_log /logs/nginx_adguard_access;
|
access_log /logs/nginx_adguard_access;
|
||||||
@@ -38,6 +40,12 @@ http {
|
|||||||
proxy_redirect / /adguard/;
|
proxy_redirect / /adguard/;
|
||||||
proxy_cookie_path / /adguard/;
|
proxy_cookie_path / /adguard/;
|
||||||
}
|
}
|
||||||
|
location /webapp {
|
||||||
|
access_log /logs/nginx_webapp_access;
|
||||||
|
alias /app;
|
||||||
|
index index.html;
|
||||||
|
try_files $uri $uri/ /pac?$query_string;
|
||||||
|
}
|
||||||
location /pac {
|
location /pac {
|
||||||
access_log /logs/nginx_pac_access;
|
access_log /logs/nginx_pac_access;
|
||||||
proxy_pass http://php;
|
proxy_pass http://php;
|
||||||
@@ -67,11 +75,12 @@ http {
|
|||||||
|
|
||||||
#-domain
|
#-domain
|
||||||
# server {
|
# server {
|
||||||
# listen 80;
|
# listen 10.10.0.2:80;
|
||||||
# server_name ;
|
# server_name ;
|
||||||
#-domain
|
#-domain
|
||||||
#-ssl
|
#-ssl
|
||||||
# listen 443 ssl http2 proxy_protocol;
|
# listen 10.10.0.2: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
|
||||||
@@ -80,7 +89,9 @@ http {
|
|||||||
# access_log /logs/nginx_domain_access;
|
# access_log /logs/nginx_domain_access;
|
||||||
|
|
||||||
# location / {
|
# location / {
|
||||||
# return 444;
|
# root /app;
|
||||||
|
# index login.html;
|
||||||
|
# try_files $uri $uri/ =404;
|
||||||
# }
|
# }
|
||||||
# location /adguard/ {
|
# location /adguard/ {
|
||||||
# access_log /logs/nginx_adguard_access;
|
# access_log /logs/nginx_adguard_access;
|
||||||
@@ -88,6 +99,12 @@ http {
|
|||||||
# proxy_redirect / /adguard/;
|
# proxy_redirect / /adguard/;
|
||||||
# proxy_cookie_path / /adguard/;
|
# proxy_cookie_path / /adguard/;
|
||||||
# }
|
# }
|
||||||
|
# location /webapp {
|
||||||
|
# access_log /logs/nginx_webapp_access;
|
||||||
|
# alias /app;
|
||||||
|
# index index.html;
|
||||||
|
# try_files $uri $uri/ /pac?$query_string;
|
||||||
|
# }
|
||||||
# location /pac {
|
# location /pac {
|
||||||
# access_log /logs/nginx_pac_access;
|
# access_log /logs/nginx_pac_access;
|
||||||
# proxy_pass http://php;
|
# proxy_pass http://php;
|
||||||
|
|||||||
@@ -0,0 +1,106 @@
|
|||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"level": "error",
|
||||||
|
"timestamp": true
|
||||||
|
},
|
||||||
|
"inbounds": [{
|
||||||
|
"type": "tun",
|
||||||
|
"tag": "tun-in",
|
||||||
|
"domain_strategy": "prefer_ipv4",
|
||||||
|
"interface_name": "sing-tun",
|
||||||
|
"inet4_address": "172.19.0.1\/30",
|
||||||
|
"mtu": 1400,
|
||||||
|
"gso": true,
|
||||||
|
"auto_route": true,
|
||||||
|
"strict_route": true,
|
||||||
|
"sniff": true,
|
||||||
|
"endpoint_independent_nat": false,
|
||||||
|
"stack": "mixed",
|
||||||
|
"platform": {
|
||||||
|
"http_proxy": {
|
||||||
|
"enabled": false,
|
||||||
|
"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": []
|
||||||
|
}],
|
||||||
|
"dns": {
|
||||||
|
"servers": [{
|
||||||
|
"tag": "dns_direct",
|
||||||
|
"address": "~dns~",
|
||||||
|
"address_resolver": "dns-remote",
|
||||||
|
"strategy": "prefer_ipv4",
|
||||||
|
"detour": "direct"
|
||||||
|
}, {
|
||||||
|
"tag": "dns-remote",
|
||||||
|
"address": "tcp:\/\/8.8.8.8",
|
||||||
|
"address_strategy": "prefer_ipv4",
|
||||||
|
"strategy": "prefer_ipv4",
|
||||||
|
"detour": "direct"
|
||||||
|
}],
|
||||||
|
"rules": [{
|
||||||
|
"outbound": "any",
|
||||||
|
"server": "dns-direct",
|
||||||
|
"disable_cache": false
|
||||||
|
}],
|
||||||
|
"strategy": "ipv4_only",
|
||||||
|
"independent_cache": true
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
"auto_detect_interface": true,
|
||||||
|
"override_android_vpn": true,
|
||||||
|
"rules": [{
|
||||||
|
"protocol": "dns",
|
||||||
|
"outbound": "dns-out"
|
||||||
|
}, {
|
||||||
|
"domain_suffix": "~pac~",
|
||||||
|
"outbound": "proxy"
|
||||||
|
}, {
|
||||||
|
"ip_cidr": ["0.0.0.0\/0"],
|
||||||
|
"outbound": "direct"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -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 {
|
||||||
|
|||||||
@@ -0,0 +1,95 @@
|
|||||||
|
{
|
||||||
|
"log": {
|
||||||
|
"access": "",
|
||||||
|
"error": "",
|
||||||
|
"loglevel": "warning"
|
||||||
|
},
|
||||||
|
"inbounds": [{
|
||||||
|
"tag": "socks",
|
||||||
|
"port": 10808,
|
||||||
|
"listen": "127.0.0.1",
|
||||||
|
"protocol": "socks",
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"],
|
||||||
|
"routeOnly": false
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"auth": "noauth",
|
||||||
|
"udp": true,
|
||||||
|
"allowTransparent": false
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
"tag": "http",
|
||||||
|
"port": 10809,
|
||||||
|
"listen": "127.0.0.1",
|
||||||
|
"protocol": "http",
|
||||||
|
"sniffing": {
|
||||||
|
"enabled": true,
|
||||||
|
"destOverride": ["http", "tls"],
|
||||||
|
"routeOnly": false
|
||||||
|
},
|
||||||
|
"settings": {
|
||||||
|
"auth": "noauth",
|
||||||
|
"udp": true,
|
||||||
|
"allowTransparent": false
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
"outbounds": [{
|
||||||
|
"tag": "proxy",
|
||||||
|
"protocol": "vless",
|
||||||
|
"settings": {
|
||||||
|
"vnext": [{
|
||||||
|
"address": "",
|
||||||
|
"port": 443,
|
||||||
|
"users": [{
|
||||||
|
"id": "",
|
||||||
|
"alterId": 0,
|
||||||
|
"email": "t@t.tt",
|
||||||
|
"security": "auto",
|
||||||
|
"encryption": "none",
|
||||||
|
"flow": "xtls-rprx-vision"
|
||||||
|
}]
|
||||||
|
}]
|
||||||
|
},
|
||||||
|
"streamSettings": {
|
||||||
|
"network": "tcp",
|
||||||
|
"security": "reality",
|
||||||
|
"realitySettings": {
|
||||||
|
"serverName": "",
|
||||||
|
"fingerprint": "chrome",
|
||||||
|
"show": false,
|
||||||
|
"publicKey": "",
|
||||||
|
"shortId": "",
|
||||||
|
"spiderX": ""
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"mux": {
|
||||||
|
"enabled": false,
|
||||||
|
"concurrency": -1
|
||||||
|
}
|
||||||
|
}, {
|
||||||
|
"tag": "direct",
|
||||||
|
"protocol": "freedom"
|
||||||
|
}, {
|
||||||
|
"tag": "block",
|
||||||
|
"protocol": "blackhole",
|
||||||
|
"settings": {
|
||||||
|
"response": {
|
||||||
|
"type": "http"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}],
|
||||||
|
"routing": {
|
||||||
|
"domainStrategy": "AsIs",
|
||||||
|
"rules": [{
|
||||||
|
"type": "field",
|
||||||
|
"outboundTag": "proxy",
|
||||||
|
"domain": []
|
||||||
|
}, {
|
||||||
|
"type": "field",
|
||||||
|
"port": "0-65535",
|
||||||
|
"outboundTag": "direct"
|
||||||
|
}]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -5,11 +5,6 @@
|
|||||||
"protocol": "vless",
|
"protocol": "vless",
|
||||||
"settings": {
|
"settings": {
|
||||||
"clients": [
|
"clients": [
|
||||||
{
|
|
||||||
"email": "user1@myserver",
|
|
||||||
"flow": "xtls-rprx-vision",
|
|
||||||
"id": ""
|
|
||||||
}
|
|
||||||
],
|
],
|
||||||
"decryption": "none"
|
"decryption": "none"
|
||||||
},
|
},
|
||||||
|
|||||||
+17
-4
@@ -1,5 +1,3 @@
|
|||||||
version: "3.7"
|
|
||||||
|
|
||||||
x-logging:
|
x-logging:
|
||||||
&default-logging
|
&default-logging
|
||||||
driver: "json-file"
|
driver: "json-file"
|
||||||
@@ -12,6 +10,10 @@ 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:
|
||||||
|
|
||||||
@@ -69,6 +71,7 @@ services:
|
|||||||
- ./ssh:/ssh
|
- ./ssh:/ssh
|
||||||
- ./config/sshd_config:/etc/ssh/sshd_config
|
- ./config/sshd_config:/etc/ssh/sshd_config
|
||||||
- ./logs/:/logs/
|
- ./logs/:/logs/
|
||||||
|
- ./app/webapp:/app
|
||||||
ports:
|
ports:
|
||||||
- 80:80
|
- 80:80
|
||||||
hostname: nginx
|
hostname: nginx
|
||||||
@@ -86,9 +89,11 @@ 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.2
|
image: mercurykd/vpnbot-php:1.4
|
||||||
build:
|
build:
|
||||||
dockerfile: dockerfile/php.dockerfile
|
dockerfile: dockerfile/php.dockerfile
|
||||||
args:
|
args:
|
||||||
@@ -109,6 +114,8 @@ services:
|
|||||||
- ./mirror:/mirror
|
- ./mirror:/mirror
|
||||||
- ./.env:/mirror/.env
|
- ./.env:/mirror/.env
|
||||||
- ./update:/update
|
- ./update:/update
|
||||||
|
- ./.git:/.git
|
||||||
|
- ./singbox_windows:/singbox
|
||||||
environment:
|
environment:
|
||||||
IP: ${IP}
|
IP: ${IP}
|
||||||
VER: ${VER}
|
VER: ${VER}
|
||||||
@@ -239,6 +246,8 @@ services:
|
|||||||
required: true # default
|
required: true # default
|
||||||
- path: ./override.env
|
- path: ./override.env
|
||||||
required: false
|
required: false
|
||||||
|
environment:
|
||||||
|
ADDRESS: ${WGADDRESS}
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
devices:
|
devices:
|
||||||
@@ -277,6 +286,8 @@ services:
|
|||||||
required: true # default
|
required: true # default
|
||||||
- path: ./override.env
|
- path: ./override.env
|
||||||
required: false
|
required: false
|
||||||
|
environment:
|
||||||
|
ADDRESS: ${WG1ADDRESS}
|
||||||
cap_add:
|
cap_add:
|
||||||
- NET_ADMIN
|
- NET_ADMIN
|
||||||
devices:
|
devices:
|
||||||
@@ -386,7 +397,7 @@ services:
|
|||||||
ipv4_address: 10.10.0.8
|
ipv4_address: 10.10.0.8
|
||||||
logging: *default-logging
|
logging: *default-logging
|
||||||
xr:
|
xr:
|
||||||
image: mercurykd/vpnbot-xr:1.1
|
image: mercurykd/vpnbot-xr:1.2
|
||||||
build:
|
build:
|
||||||
dockerfile: dockerfile/xray.dockerfile
|
dockerfile: dockerfile/xray.dockerfile
|
||||||
args:
|
args:
|
||||||
@@ -412,6 +423,8 @@ services:
|
|||||||
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
|
||||||
|
|||||||
@@ -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 \
|
||||||
@@ -19,6 +20,7 @@ RUN apk add --no-cache --update php81 \
|
|||||||
openssh \
|
openssh \
|
||||||
openssl \
|
openssl \
|
||||||
curl \
|
curl \
|
||||||
|
git \
|
||||||
py3-qt5 \
|
py3-qt5 \
|
||||||
&& wget https://github.com/ameshkov/dnslookup/releases/download/v1.9.1/dnslookup-linux-amd64-v1.9.1.tar.gz \
|
&& wget https://github.com/ameshkov/dnslookup/releases/download/v1.9.1/dnslookup-linux-amd64-v1.9.1.tar.gz \
|
||||||
&& tar -xf dnslookup-linux-amd64-v1.9.1.tar.gz \
|
&& tar -xf dnslookup-linux-amd64-v1.9.1.tar.gz \
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ ARG image
|
|||||||
FROM $image
|
FROM $image
|
||||||
RUN apk add openssh openssl jq \
|
RUN apk add openssh openssl jq \
|
||||||
&& mkdir /root/.ssh \
|
&& mkdir /root/.ssh \
|
||||||
&& wget https://github.com/XTLS/Xray-core/releases/download/v1.8.3/Xray-linux-64.zip \
|
&& wget https://github.com/XTLS/Xray-core/releases/download/v1.8.10/Xray-linux-64.zip \
|
||||||
&& unzip Xray-linux-64.zip \
|
&& unzip Xray-linux-64.zip \
|
||||||
&& mv xray /usr/bin/ \
|
&& mv xray /usr/bin/ \
|
||||||
&& rm Xray-linux-64.zip \
|
&& rm Xray-linux-64.zip \
|
||||||
|
|||||||
@@ -2,7 +2,8 @@ b:
|
|||||||
docker compose build
|
docker compose build
|
||||||
u: # запуск контейнеров
|
u: # запуск контейнеров
|
||||||
bash ./update/update.sh &
|
bash ./update/update.sh &
|
||||||
IP=$(shell curl https://ipinfo.io/ip) VER=$(shell git describe --tags) docker compose up -d --force-recreate
|
touch ./override.env
|
||||||
|
IP=$(shell curl https://ipinfo.io/ip) VER=$(shell git describe --tags) docker compose --env-file ./.env --env-file ./override.env up -d --force-recreate
|
||||||
d: # остановка контейнеров
|
d: # остановка контейнеров
|
||||||
-kill -9 $(shell cat ./update/update_pid) > /dev/null
|
-kill -9 $(shell cat ./update/update_pid) > /dev/null
|
||||||
docker compose down --remove-orphans
|
docker compose down --remove-orphans
|
||||||
|
|||||||
@@ -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
|
||||||
@@ -62,19 +66,17 @@ telegram bot to manage servers (inside the bot)
|
|||||||
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/431ec09d-9c14-4c74-b8f6-e49c142132e8" width="200">
|
<img src="https://github.com/mercurykd/vpnbot/assets/30900414/431ec09d-9c14-4c74-b8f6-e49c142132e8" width="200">
|
||||||
|
|
||||||
---
|
---
|
||||||
environment: ubuntu 18.04/20.04/22.04, debian 11
|
environment: ubuntu 18.04/20.04/22.04, debian 11/12
|
||||||
|
|
||||||
install:
|
### Install:
|
||||||
|
|
||||||
`wget -O- https://raw.githubusercontent.com/mercurykd/vpnbot/master/scripts/init.sh | sh -s YOUR_TELEGRAM_BOT_KEY`
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
additional options:
|
|
||||||
|
|
||||||
install as service(autoload on start):
|
|
||||||
|
|
||||||
|
```shell
|
||||||
|
wget -O- https://raw.githubusercontent.com/mercurykd/vpnbot/master/scripts/init.sh | sh -s YOUR_TELEGRAM_BOT_KEY
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install as service (autoload on start):
|
||||||
|
|
||||||
|
```shell
|
||||||
cd /root/vpnbot
|
cd /root/vpnbot
|
||||||
bash scripts/install_as_service.sh
|
bash scripts/install_as_service.sh
|
||||||
```
|
```
|
||||||
|
|||||||
@@ -4,9 +4,4 @@ ssh-keygen -A
|
|||||||
exec /usr/sbin/sshd -D -e "$@" &
|
exec /usr/sbin/sshd -D -e "$@" &
|
||||||
curl -s https://core.telegram.org/getProxySecret -o proxy-secret
|
curl -s https://core.telegram.org/getProxySecret -o proxy-secret
|
||||||
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
|
curl -s https://core.telegram.org/getProxyConfig -o proxy-multi.conf
|
||||||
if [ $(cat /mtprotosecret | wc -c) -gt 0 ]
|
|
||||||
then
|
|
||||||
SECRET=$(cat /mtprotosecret)
|
|
||||||
mtproto-proxy -u nobody -H $TGPORT --nat-info 10.10.0.8:$IP -S $SECRET --aes-pwd /proxy-secret /proxy-multi.conf -M 1
|
|
||||||
fi
|
|
||||||
tail -f /dev/null
|
tail -f /dev/null
|
||||||
|
|||||||
@@ -6,7 +6,8 @@ After=docker.service
|
|||||||
Type=oneshot
|
Type=oneshot
|
||||||
RemainAfterExit=yes
|
RemainAfterExit=yes
|
||||||
WorkingDirectory=path
|
WorkingDirectory=path
|
||||||
ExecStart=/bin/sh -c "IP=$(curl https://ipinfo.io/ip) VER=$(git describe --tags) docker compose up -d --force-recreate"
|
ExecStartPre=/bin/sh -c "touch ./override.env"
|
||||||
|
ExecStart=/bin/sh -c "IP=$(curl https://ipinfo.io/ip) VER=$(git describe --tags) docker compose --env-file ./.env --env-file ./override.env up -d --force-recreate"
|
||||||
ExecStartPost=/bin/sh -c "bash ./update/update.sh &"
|
ExecStartPost=/bin/sh -c "bash ./update/update.sh &"
|
||||||
ExecStop=/bin/sh -c "docker compose down --remove-orphans"
|
ExecStop=/bin/sh -c "docker compose down --remove-orphans"
|
||||||
ExecStopPost=/bin/sh -c "kill -9 $(cat ./update/update_pid) > /dev/null"
|
ExecStopPost=/bin/sh -c "kill -9 $(cat ./update/update_pid) > /dev/null"
|
||||||
|
|||||||
@@ -0,0 +1,2 @@
|
|||||||
|
winsw.exe install
|
||||||
|
pause
|
||||||
Binary file not shown.
@@ -0,0 +1 @@
|
|||||||
|
winsw.exe start
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
winsw.exe status
|
||||||
|
pause
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
winsw.exe stop
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
winsw.exe uninstall
|
||||||
|
pause
|
||||||
Binary file not shown.
@@ -0,0 +1,19 @@
|
|||||||
|
<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" />
|
||||||
|
<configuration>
|
||||||
|
<download from="~url~" to="%BASE%\config.json" interval="1 minute" />
|
||||||
|
</configuration>
|
||||||
|
</service>
|
||||||
@@ -3,4 +3,4 @@
|
|||||||
|
|
||||||
GET {{url}}/status
|
GET {{url}}/status
|
||||||
###
|
###
|
||||||
GET {{url}}/config
|
GET {{url}}/config
|
||||||
|
|||||||
+7
-1
@@ -6,10 +6,16 @@ echo "$$" > $pwd/update/update_pid
|
|||||||
while true
|
while true
|
||||||
do
|
do
|
||||||
cmd=$(cat $pwd/update/pipe)
|
cmd=$(cat $pwd/update/pipe)
|
||||||
|
branch=$(cat $pwd/update/branch 2>/dev/null)
|
||||||
if [[ -n "$cmd" ]]
|
if [[ -n "$cmd" ]]
|
||||||
then
|
then
|
||||||
docker compose down --remove-orphans
|
docker compose down --remove-orphans
|
||||||
git reset --hard
|
git reset --hard && git clean -fd
|
||||||
|
git fetch
|
||||||
|
if [[ -n "$branch" ]]
|
||||||
|
then
|
||||||
|
git checkout -t origin/$branch || git checkout $branch
|
||||||
|
fi
|
||||||
git pull > ./update/message
|
git pull > ./update/message
|
||||||
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 &
|
||||||
|
|||||||
@@ -1,3 +1,68 @@
|
|||||||
|
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
|
||||||
|
- выбор дефолтного шаблона sing-box
|
||||||
|
10.04.2024 v1.19
|
||||||
|
- загрузка шаблонов sing-box
|
||||||
|
- выбор шаблона sing-box для пользователя
|
||||||
|
10.04.2024 v1.18
|
||||||
|
- включение/выключение xtls юзеров
|
||||||
|
09.04.2024 v1.17
|
||||||
|
- редактируемые конфиги v2ray/sing-box
|
||||||
|
09.04.2024 v1.16
|
||||||
|
- редактируемые конфиги v2ray/sing-box
|
||||||
|
09.04.2024 v1.15.4
|
||||||
|
- замена domain на domain_suffix
|
||||||
|
09.04.2024 v1.15.2
|
||||||
|
- фикс подписки v2ray
|
||||||
|
09.04.2024 v1.15.2
|
||||||
|
- редиректы вместо кнопки-подписки
|
||||||
|
- фикс добавления подписки
|
||||||
|
09.04.2024 v1.15.1
|
||||||
|
- кнопка sing-box
|
||||||
|
- фикс пустого списка РАС для sing-box
|
||||||
|
09.04.2024 v1.15.1
|
||||||
|
- кнопка sing-box
|
||||||
|
- фикс пустого списка РАС для sing-box
|
||||||
|
08.04.2024 v1.15
|
||||||
|
- подписка с маршрутизацией для singbox
|
||||||
|
07.04.2024 v1.14
|
||||||
|
- раздельные пользователи для XTLS-Reality
|
||||||
|
- подписка с маршрутизацией для v2rayN/nginx
|
||||||
|
- обновление ядра xray 1.8.10
|
||||||
|
- упрощение PAC
|
||||||
|
28.03.2024 v1.13
|
||||||
|
- кнопка обновления показывает есть ли обновления
|
||||||
|
21.03.2024 v1.12
|
||||||
|
- доработка скрипта обновления
|
||||||
|
20.03.2024 v1.11
|
||||||
|
- XTLS-Reality steal from yourself
|
||||||
|
18.03.2024 v1.10
|
||||||
|
- MTProto Fake-TLS
|
||||||
|
17.03.2024 v1.9
|
||||||
|
- автоматический технический домен sslip
|
||||||
|
13.03.2024 v1.8.10
|
||||||
|
- фикс override.env
|
||||||
|
10.03.2024 v1.8.9
|
||||||
|
- веб морда адгварда "встроена" в телеграм
|
||||||
|
- мелкие улучшения меню
|
||||||
|
07.03.2024 v1.8.8
|
||||||
|
- фикс не работающего wireguard
|
||||||
|
07.03.2024 v1.8.7
|
||||||
|
- фикс порта амнезии
|
||||||
|
- у кого ошибка запуска обновите докер и докер композ
|
||||||
07.03.2024 v1.8.6
|
07.03.2024 v1.8.6
|
||||||
- фикс синхронизации клиентов амнезии, бот падал после рестарта, клиенты пропадали
|
- фикс синхронизации клиентов амнезии, бот падал после рестарта, клиенты пропадали
|
||||||
- возможность переназначить порты в override.env, файл не отслеживаемый, обновление не будет его сбрасывать
|
- возможность переназначить порты в override.env, файл не отслеживаемый, обновление не будет его сбрасывать
|
||||||
|
|||||||
Reference in New Issue
Block a user