mirror of
https://github.com/MHSanaei/3x-ui.git
synced 2025-03-01 01:20:49 +03:00
8 lines
119 B
Bash
8 lines
119 B
Bash
#!/bin/sh
|
|
|
|
# Start fail2ban
|
|
[ $X_UI_ENABLE_FAIL2BAN == "true" ] && fail2ban-client -x start
|
|
|
|
# Run x-ui
|
|
exec /app/x-ui
|