Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,12 @@ if [ -z ${PORT} ]; then
PORT=9102
fi

if [ -z ${IPV6} ]; then
IPV6=false
else
echo "Using predefined IPV6: ${IPV6}"
fi

echo "Generating new config..."
echo "[snell-server]" >>${CONF}
echo "listen = :::${PORT}" >>${CONF}
Expand Down