|
OpenVPN 3 Core Library
|
#include <tunprop.hpp>
Public Attributes | |
| std::string | session_name |
| int | mtu = 0 |
| int | mtu_max = 0 |
| bool | google_dns_fallback = false |
| bool | dhcp_search_domains_as_split_domains = false |
| bool | allow_local_lan_access = false |
| Layer | layer {Layer::OSI_LAYER_3} |
| RemoteList::Ptr | remote_list |
| bool | remote_bypass = false |
Definition at line 51 of file tunprop.hpp.
| bool openvpn::TunProp::Config::allow_local_lan_access = false |
Definition at line 62 of file tunprop.hpp.
| bool openvpn::TunProp::Config::dhcp_search_domains_as_split_domains = false |
Definition at line 60 of file tunprop.hpp.
| bool openvpn::TunProp::Config::google_dns_fallback = false |
Definition at line 56 of file tunprop.hpp.
| Layer openvpn::TunProp::Config::layer {Layer::OSI_LAYER_3} |
Definition at line 63 of file tunprop.hpp.
| int openvpn::TunProp::Config::mtu = 0 |
Definition at line 54 of file tunprop.hpp.
| int openvpn::TunProp::Config::mtu_max = 0 |
Definition at line 55 of file tunprop.hpp.
| bool openvpn::TunProp::Config::remote_bypass = false |
Definition at line 75 of file tunprop.hpp.
| RemoteList::Ptr openvpn::TunProp::Config::remote_list |
Definition at line 74 of file tunprop.hpp.
| std::string openvpn::TunProp::Config::session_name |
Definition at line 53 of file tunprop.hpp.