docs: Update Node Plugins (#505)

This commit is contained in:
IKitKatt 2026-08-10 23:07:38 +03:00 committed by GitHub
parent 4176853005
commit b441bb4e4e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -599,7 +599,31 @@ Shared Lists это список IP-адресов, которые могу
"blockDuration": 3600
}
```
## Pre Start {#pre-start}
### Cleanup Sockets {#cleanup-sockets}
Cleanup Sockets удаляет указанные файлы при старте Xray-Core.
#### Конфигурация {#cleanup-sockets-configuration}
:::warning
Для работы плагина необходима версия **Remnawave Node v3.0.0**
:::
```json
"preStart": {
"enabled": true,
"cleanupSockets": {
"enabled": true,
"files": [
"/dev/shm/*.sock",
"/run/xray/vless-*.sock",
"/tmp/xray-fallback.sock"
]
}
}
```
## Executor {#executor}
<img src={require('/node-plugins/executor.webp').default} width="100%" style={{borderRadius: '8px'}} alt="Executor" />