This commit is contained in:
mhsanaei 2025-09-07 22:55:46 +02:00
parent dbec28b915
commit 7b039d219e
No known key found for this signature in database
GPG key ID: D875CD086CF668A0
3 changed files with 3 additions and 8 deletions

View file

@ -7,6 +7,8 @@ on:
push:
branches:
- main
tags:
- "v*.*.*"
paths:
- '.github/workflows/release.yml'
- '**.js'

View file

@ -1 +1 @@
2.6.7
2.6.8

View file

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