Loading Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ ARG DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get -y upgrade && \ apt-get --no-install-recommends -y install \ wget \ procps \ iptables \ iproute2 \ dnsmasq \ Loading run/network.sh +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ if [ ! -c /dev/net/tun ]; then chmod 666 /dev/net/tun fi [ ! -c /dev/net/tun ] && echo "Error: TUN network interface not available..." && exit 85 [ ! -c /dev/net/tun ] && echo "ERROR: TUN network interface not available..." && exit 85 update-alternatives --set iptables /usr/sbin/iptables-legacy > /dev/null update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy > /dev/null Loading Loading
Dockerfile +1 −0 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ ARG DEBIAN_FRONTEND noninteractive RUN apt-get update && apt-get -y upgrade && \ apt-get --no-install-recommends -y install \ wget \ procps \ iptables \ iproute2 \ dnsmasq \ Loading
run/network.sh +1 −1 Original line number Diff line number Diff line Loading @@ -183,7 +183,7 @@ if [ ! -c /dev/net/tun ]; then chmod 666 /dev/net/tun fi [ ! -c /dev/net/tun ] && echo "Error: TUN network interface not available..." && exit 85 [ ! -c /dev/net/tun ] && echo "ERROR: TUN network interface not available..." && exit 85 update-alternatives --set iptables /usr/sbin/iptables-legacy > /dev/null update-alternatives --set ip6tables /usr/sbin/ip6tables-legacy > /dev/null Loading