Welcome to mirror list, hosted at ThFree Co, Russian Federation.

DockerEntrypoint.sh - github.com/MHSanaei/3x-ui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7511d2ea3448e09664ef4780962ca356bc9db2a3 (plain)
1
2
3
4
5
6
7
#!/bin/sh

# Start fail2ban
[ $XUI_ENABLE_FAIL2BAN == "true" ] && fail2ban-client -x start

# Run x-ui
exec /app/x-ui