Compare commits

..

6 Commits

Author SHA1 Message Date
mercury 3d53691106 update version 2024-11-11 16:21:18 +04:00
mercury 5f38e73d6b fix clientId accounting when filling out the white list 2024-11-11 16:18:29 +04:00
mercury bb3a807869 stream access log 2024-11-11 14:09:27 +04:00
mercury 3ed487cbce xray logs 2024-11-11 11:46:11 +04:00
mercury 1d69729bf1 update version 2024-11-09 21:35:43 +04:00
mercury 387f1618b1 ~ip~ tag for templates 2024-11-06 23:19:51 +04:00
5 changed files with 15 additions and 4 deletions
+4 -3
View File
@@ -4009,7 +4009,7 @@ DNS-over-HTTPS with IP:
[
[
'text' => $this->i18n('chat'),
'url' => "https://t.me/+BYuWVd36cZYwNTMy",
'url' => "https://t.me/+Wfxg6-nrokBlMmYy",
],
[
'text' => $this->i18n('donate'),
@@ -5210,6 +5210,7 @@ DNS-over-HTTPS with IP:
'~process_outbound~' => $pac['process_outbound'] ? 'direct' : $outbound,
'~domains_outbound~' => $pac['domains_outbound'] ? 'direct' : $outbound,
'~final_outbound~' => $pac['final_outbound'] ? $outbound : 'direct',
'~ip~' => $this->ip,
]);
$json = $this->clearEmptyRules($json);
@@ -5586,8 +5587,8 @@ DNS-over-HTTPS with IP:
} else {
$c['dns']['allowed_clients'] = [];
$c['dns']['allowed_clients'][] = '10.10.0.0/24';
if (!empty($pac['adguardKey'])) {
$c['dns']['allowed_clients'][] = $pac['adguardKey'];
if (!empty($pac['adguardkey'])) {
$c['dns']['allowed_clients'][] = $pac['adguardkey'];
}
$c['dns']['allowed_clients'][] = getenv('WGADDRESS');
$c['dns']['allowed_clients'][] = getenv('WG1ADDRESS');
+4
View File
@@ -11,6 +11,10 @@ events {
}
stream {
log_format basic '$remote_addr [$time_local] '
'$protocol $status $bytes_sent $bytes_received';
access_log /logs/upstream_access basic;
upstream other {
server ng:443;
}
+2 -1
View File
@@ -42,7 +42,8 @@
}
],
"log": {
"loglevel": "info"
"loglevel": "info",
"access": "/logs/xray"
},
"outbounds": [
{
+1
View File
@@ -413,6 +413,7 @@ services:
- ./config/sshd_config:/etc/ssh/sshd_config
- ./config/xray.json:/xray.json
- ./scripts/start_xray.sh:/start_xray.sh
- ./logs:/logs
hostname: xray
container_name: xray-${VER}
depends_on:
+4
View File
@@ -1,3 +1,7 @@
11.11.2024 v1.98
- фикс заполнения clientId при наполнении белого списка клиентов adg
09.11.2024 v1.97
- новая ссылка на чат поддержки. пожалуйста не размещайте ее на форумах и чатах во избежание набега leafers https://www.youtube.com/watch?v=9tlNJmjuKD4
06.11.2024 v1.96
- фикс пароля adguard
- таймаоут для проверки статуса adguard