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:
-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