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: dfd85ba7b3d16757a0e31372b36289176734f94a (plain)
1
2
3
4
5
6
7
#!/bin/sh

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

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