mirror of
https://github.com/sstent/containers.git
synced 2026-01-25 08:34:48 +00:00
7 lines
334 B
Bash
7 lines
334 B
Bash
#!/bin/sh
|
|
|
|
if [ -n "$VPNFLAGS" ]; then
|
|
/usr/bin/openpyn ${VPNFLAGS} -o "--fast-io --cipher AES-128-GCM --mssfix 1431 --script-security 2 --up /usr/local/bin/sockd.sh"
|
|
else
|
|
/usr/bin/openpyn nl --max-load 70 --top-servers 10 --tcp --pings 5 -o "--cipher AES-128-GCM --mssfix 1431 --script-security 2 --up /usr/local/bin/sockd.sh"
|
|
fi |