sysmocom-openvpn-config: drop old ip, add nobind

Related: SYS#5734
Change-Id: I464b88e2d18e9f5836e805bac99578429f8d0ebf
This commit is contained in:
Oliver Smith 2021-11-30 11:30:58 +01:00
parent 1fbdff091b
commit 5631ba69b5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ dev tun
proto udp
tun-mtu 1500
remote admin.sysmocom.de
remote 78.46.147.238
comp-lzo
pkcs12 sysmocom-client-cert.p12
cipher BF-CBC
nobind

View File

@ -5,7 +5,7 @@ LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"
SRC_URI = "file://sysmocom-vpn.conf"
PR = "r4"
PR = "r5"
CONFFILES_${PN} = "${sysconfdir}/openvpn/sysmocom-vpn.conf.off"
PACKAGE_ARCH = "all"