File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 echo "**** install dependencies ****" && \
1818 apk add --no-cache \
1919 bc \
20+ ipset \
2021 coredns \
2122 grep \
2223 iproute2 \
2930 net-tools \
3031 nftables \
3132 openresolv \
32- wireguard-tools==${WIREGUARD_RELEASE} && \
33+ wireguard-tools==${WIREGUARD_RELEASE} && \
3334 echo "wireguard" >> /etc/modules && \
3435 sed -i 's|\[\[ $proto == -4 \]\] && cmd sysctl -q net\. ipv4\. conf\. all\. src_valid_mark=1|[[ $proto == -4 ]] \&\& [[ $(sysctl -n net.ipv4.conf.all.src_valid_mark) != 1 ]] \&\& cmd sysctl -q net.ipv4.conf.all.src_valid_mark=1|' /usr/bin/wg-quick && \
3536 rm -rf /etc/wireguard && \
Original file line number Diff line number Diff line change 1717 echo "**** install dependencies ****" && \
1818 apk add --no-cache \
1919 bc \
20+ ipset \
2021 coredns \
2122 grep \
2223 iproute2 \
2930 net-tools \
3031 nftables \
3132 openresolv \
32- wireguard-tools==${WIREGUARD_RELEASE} && \
33+ wireguard-tools==${WIREGUARD_RELEASE} && \
3334 echo "wireguard" >> /etc/modules && \
3435 sed -i 's|\[\[ $proto == -4 \]\] && cmd sysctl -q net\.ipv4\.conf\.all\.src_valid_mark=1|[[ $proto == -4 ]] \&\& [[ $(sysctl -n net.ipv4.conf.all.src_valid_mark) != 1 ]] \&\& cmd sysctl -q net.ipv4.conf.all.src_valid_mark=1|' /usr/bin/wg-quick && \
3536 rm -rf /etc/wireguard && \
You can’t perform that action at this time.
0 commit comments