From a606833b7dc98486ba1950db8bbfefcae4b5d293 Mon Sep 17 00:00:00 2001 From: Jorge Fuentes Date: Sat, 1 Apr 2023 17:05:13 +0200 Subject: [PATCH] Update dsvpn repository --- debian9-x86_64.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/debian9-x86_64.sh b/debian9-x86_64.sh index 9b19d00..0243088 100755 --- a/debian9-x86_64.sh +++ b/debian9-x86_64.sh @@ -1180,11 +1180,9 @@ if [ "$DSVPN" = "yes" ]; then apt-get install -y --no-install-recommends build-essential git ca-certificates rm -rf /tmp/dsvpn cd /tmp - git clone https://github.com/jedisct1/dsvpn.git /tmp/dsvpn + git clone https://github.com/Ysurac/dsvpn.git /tmp/dsvpn cd /tmp/dsvpn git checkout ${DSVPN_VERSION} - wget https://github.com/Ysurac/openmptcprouter-feeds/raw/develop/dsvpn/patches/nofirewall.patch - patch -p1 < nofirewall.patch make CFLAGS='-DNO_DEFAULT_ROUTES -DNO_DEFAULT_FIREWALL' make install rm -f /lib/systemd/system/dsvpn/*