OpenVPN 3 Core Library
|
A name server address and optional port. More...
#include <dns_options.hpp>
Public Member Functions | |
std::string | to_string () const |
Return string representation of the DnsAddress object. | |
void | validate (const std::string &title) const |
Public Attributes | |
std::string | address |
unsigned int | port = 0 |
A name server address and optional port.
Definition at line 35 of file dns_options.hpp.
|
inline |
Return string representation of the DnsAddress object.
Definition at line 42 of file dns_options.hpp.
|
inline |
Definition at line 53 of file dns_options.hpp.
std::string openvpn::DnsAddress::address |
Definition at line 81 of file dns_options.hpp.
unsigned int openvpn::DnsAddress::port = 0 |
Definition at line 82 of file dns_options.hpp.