Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormhsanaei <ho3ein.sanaei@gmail.com>2025-09-07 23:55:46 +0300
committermhsanaei <ho3ein.sanaei@gmail.com>2025-09-08 01:29:30 +0300
commit7b039d219efb0b49432f986330b8ae5cd4602e7c (patch)
tree28073a6d69104f75ac7954aaeb5c96a1dbdcfec5
parentdbec28b91529d16241f4917d694288d14c2a28d2 (diff)
v2.6.8v2.6.8
-rw-r--r--.github/workflows/release.yml2
-rw-r--r--config/version2
-rw-r--r--x-ui.service7
3 files changed, 3 insertions, 8 deletions
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index cecdc807..84198bbc 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -7,6 +7,8 @@ on:
push:
branches:
- main
+ tags:
+ - "v*.*.*"
paths:
- '.github/workflows/release.yml'
- '**.js'
diff --git a/config/version b/config/version
index ba5c9fca..4484c2b2 100644
--- a/config/version
+++ b/config/version
@@ -1 +1 @@
-2.6.7 \ No newline at end of file
+2.6.8 \ No newline at end of file
diff --git a/x-ui.service b/x-ui.service
index 3b375c3e..e911ef56 100644
--- a/x-ui.service
+++ b/x-ui.service
@@ -10,13 +10,6 @@ WorkingDirectory=/usr/local/x-ui/
ExecStart=/usr/local/x-ui/x-ui
Restart=on-failure
RestartSec=5s
-ProtectHome=tmpfs
-ProtectKernelModules=true
-ProtectControlGroups=true
-ProtectKernelLogs=true
-ProtectHostname=true
-ProtectClock=true
-MemoryDenyWriteExecute=true
[Install]
WantedBy=multi-user.target