terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
191 stars 55 forks source link

routeros_interface_ovpn_client #452

Closed tofkamp closed 4 months ago

tofkamp commented 4 months ago

Is your feature request related to a problem? Please describe. To define a open-vpn client in Mikrotik, you have to define an openvpn-interface-client. The server-interface is already implemented, but the client is missing.

Describe the solution you'd like A routeros_interface_ovpn_client resource with some general settings and a lot of Dial-Out settings.

Additional context To do this right, first make a ppp_profile, which is already implemented. Also some firewall rules are needed. https://missinglink.github.io/mikrotik-openvpn-client/

vaerh commented 4 months ago

:tada: This issue has been resolved in version 1.50.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: