From fdd987f14728c9f9129b4023e46afd5d391dd2ec Mon Sep 17 00:00:00 2001 From: "Ycarus (Yannick Chabanois)" Date: Fri, 27 Dec 2019 21:32:42 +0100 Subject: [PATCH] Force interface for openvpn --- openvpn-tun0.conf | 2 +- openvpn-tun1.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/openvpn-tun0.conf b/openvpn-tun0.conf index 3deef06..5b39d42 100644 --- a/openvpn-tun0.conf +++ b/openvpn-tun0.conf @@ -1,4 +1,4 @@ -dev tun +dev tun0 cipher AES-256-CBC proto tcp port 65301 diff --git a/openvpn-tun1.conf b/openvpn-tun1.conf index 842be31..1f69359 100644 --- a/openvpn-tun1.conf +++ b/openvpn-tun1.conf @@ -1,4 +1,4 @@ -dev tun +dev tun1 cipher AES-256-CBC proto udp port 65301