mirror of
https://github.com/xjasonlyu/tun2socks.git
synced 2024-12-30 02:37:01 +00:00
Docker: add options for multicast groups (#290)
This commit is contained in:
@@ -81,6 +81,10 @@ run() {
|
||||
ARGS="$ARGS --tcp-auto-tuning"
|
||||
fi
|
||||
|
||||
if [ -n "$MULTICAST_GROUPS" ]; then
|
||||
ARGS="$ARGS --multicast-groups $MULTICAST_GROUPS"
|
||||
fi
|
||||
|
||||
exec tun2socks \
|
||||
--loglevel "$LOGLEVEL" \
|
||||
--fwmark "$FWMARK" \
|
||||
|
||||
Reference in New Issue
Block a user