🐛 Fix vless reality missing utls

This commit is contained in:
2024-10-22 20:29:45 +08:00
parent 8976e1d1ad
commit c402431bb3
19 changed files with 509 additions and 26 deletions

8
templates/linux/ntp.json Normal file
View File

@@ -0,0 +1,8 @@
{
"ntp": {
"enabled": true,
"server": "ntp.aliyun.com",
"server_port": 123,
"interval": "30m"
}
}