openvpn_tunnel: openvpn_tunnel

Description Super class Methods

Description

openvpn_tunnel

openvpn_tunnel

Super class

hideR::vpn -> openvpn_vpn

Methods

Public methods

Inherited methods

Method new()

Usage
openvpn_tunnel$new(config_path = NULL, config_file = NULL)

Method save()

Usage
openvpn_tunnel$save()

Method disconnect()

Usage
openvpn_tunnel$disconnect()

Method connect()

Usage
openvpn_tunnel$connect(
  authentification = F,
  prune_password = F,
  error_on_fail = F,
  time_out = 20,
  quiet = T,
  username = NULL,
  password = NULL
)

Method clone()

The objects of this class are cloneable with this method.

Usage
openvpn_tunnel$clone(deep = FALSE)
Arguments
deep

Whether to make a deep clone.


benjaminguinaudeau/hideR documentation built on Dec. 27, 2019, 3:38 a.m.