|
OpenVPN 3 Core Library
|
#include <dns.hpp>
Public Member Functions | |
| void | execute (std::ostream &log) override |
| Apply any modification to the DNS settings by signaling the resolver. | |
| std::string | to_string () const override |
| Return the log message. | |
Public Member Functions inherited from openvpn::Action | |
| virtual Json::Value | to_json () const |
| virtual | ~Action ()=default |
Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| RC () noexcept=default | |
| RC (const RC &)=delete | |
| virtual | ~RC ()=default |
| RC & | operator= (const RC &)=delete |
| olong | use_count () const noexcept |
| Delegates call to RCImpl and returns the result. | |
Private Member Functions | |
| bool | apply_dns_settings () |
| Signal the DNS resolver to reload its settings. | |
| bool | apply_gpol_nrtp_rules () |
| Signal the DNS resolver (and others potentially) to reload the NRTP rules group policy settings. | |
| bool | apply_gpol_nrtp_rules_32 () |
| Signal the DNS resolver (and others potentially) to reload the NRTP rules group policy settings on 32 bit Windows systems. | |
| bool | apply_gpol_nrtp_rules_64 () |
| Signal the DNS resolver (and others potentially) to reload the NRTP rules group policy settings on 64 bit Windows systems. | |
Additional Inherited Members | |
Public Types inherited from openvpn::Action | |
| typedef RCPtr< Action > | Ptr |
Public Types inherited from openvpn::RC< thread_unsafe_refcount > | |
| typedef RCPtr< RC > | Ptr |
Static Public Member Functions inherited from openvpn::RC< thread_unsafe_refcount > | |
| static constexpr bool | is_thread_safe () |
| Delegates call to RCImpl and returns the result. | |
Public Attributes inherited from openvpn::Action | |
| std::string | mark |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineprivate |
|
inlineoverridevirtual |
Apply any modification to the DNS settings by signaling the resolver.
| log | where the log message goes |
Implements openvpn::Action.
|
inlineoverridevirtual |
Return the log message.
Implements openvpn::Action.
Definition at line 518 of file dns.hpp.