mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-06 00:00:03 +08:00
Define method returning custom tun factory
This commit is contained in:
@@ -15,6 +15,8 @@ class OpenVPNClient : public ClientAPI::OpenVPNClient
|
||||
public:
|
||||
OpenVPNClient(void * adapter);
|
||||
|
||||
virtual TunClientFactory* new_tun_factory(const ExternalTun::Config& conf, const OptionList& opt) override;
|
||||
|
||||
virtual bool tun_builder_new() override;
|
||||
|
||||
virtual bool tun_builder_set_remote_address(const std::string& address, bool ipv6) override;
|
||||
|
||||
Reference in New Issue
Block a user