mirror of
https://github.com/MarkusMcNugen/docker-qBittorrentvpn
synced 2025-12-06 18:23:21 +00:00
Update iptables.sh
This commit is contained in:
@@ -14,6 +14,7 @@ done
|
|||||||
###
|
###
|
||||||
|
|
||||||
DEBUG=true
|
DEBUG=true
|
||||||
|
DEFAULT_GATEWAY=$(ip -4 route list 0/0 | cut -d ' ' -f 3)
|
||||||
|
|
||||||
# split comma seperated string into list from LAN_NETWORK env variable
|
# split comma seperated string into list from LAN_NETWORK env variable
|
||||||
IFS=',' read -ra lan_network_list <<< "${LAN_NETWORK}"
|
IFS=',' read -ra lan_network_list <<< "${LAN_NETWORK}"
|
||||||
|
|||||||
Reference in New Issue
Block a user