Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cc1359b2 authored by root's avatar root
Browse files

openvpn --remote should use host name instead of ip address

Change-Id: I02752f9ca9f00e504506a45ad2183a4d4532e74c
parent 57e7bb29
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ class OpenvpnService extends VpnService<OpenvpnProfile> {
            args.add("tun");
        }
        args.add("--remote");
        args.add(serverIp);
        args.add(getProfile().getServerName());
        args.add("--nobind");
        args.add("--proto");
        args.add(p.getProto());