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