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

Commit 7aa3eb08 authored by Steve Kondik's avatar Steve Kondik Committed by Gerrit Code Review
Browse files

Merge "openvpn --remote should use host name instead of ip address" into froyo

parents d2df7642 cc1359b2
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());