container detection implemented
This commit is contained in:
@@ -16,9 +16,9 @@ iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
|
||||
# MSS Clamping (Path MTU Tuning)
|
||||
iptables -I FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
|
||||
|
||||
# Minimal OpenRC initialization to allow rc-service to work in Alpine
|
||||
mkdir -p /run/openrc
|
||||
touch /run/openrc/softlevel
|
||||
# Ensure /run exists for PID files
|
||||
mkdir -p /run
|
||||
|
||||
|
||||
# Initialize Easy-RSA if not already present in /app/easy-rsa
|
||||
if [ ! -f /app/easy-rsa/easyrsa ]; then
|
||||
|
||||
Reference in New Issue
Block a user