-
Notifications
You must be signed in to change notification settings - Fork 63
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d25e648
commit ea1c5dd
Showing
7 changed files
with
92 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
# routeros_interface_sstp_client (Resource) | ||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Required | ||
|
||
- `connect_to` (String) Remote address of the SSTP server. | ||
- `name` (String) Descriptive name of the interface. | ||
- `password` (String, Sensitive) Password used for authentication. | ||
- `user` (String) User name used for authentication. | ||
|
||
### Optional | ||
|
||
- `add_default_route` (Boolean) Whether to add L2TP remote address as a default route. | ||
- `add_sni` (Boolean) Enables/disables service. | ||
- `authentication` (Set of String) Authentication algorithm. | ||
- `certificate` (String) Name of the certificate in use. | ||
- `ciphers` (String) Allowed ciphers. | ||
- `comment` (String) | ||
- `default_route_distance` (String) Sets distance value applied to auto created default route, if add-default-route is also selected. | ||
- `dial_on_demand` (Boolean) Connects only when outbound traffic is generated. If selected, then route with gateway address from 10.112.112.0/24 network will be added while connection is not established. | ||
- `disabled` (Boolean) | ||
- `http_proxy` (String) Proxy address field. | ||
- `keepalive_timeout` (String) Sets keepalive timeout in seconds. | ||
- `max_mru` (Number) Maximum Receive Unit. | ||
- `max_mtu` (Number) Maximum Transmission Unit. | ||
- `mrru` (String) Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel. | ||
- `pfs` (Boolean) Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE. | ||
- `port` (String) Sets port used. | ||
- `profile` (String) Specifies which PPP profile configuration will be used when establishing the tunnel. | ||
- `proxy_port` (String) Sets proxy port. | ||
- `tls_version` (String) Specifies which TLS versions to allow. | ||
- `verify_server_address_from_certificate` (Boolean) SSTP client will verify server address in certificate. | ||
- `verify_server_certificate` (Boolean) SSTP client will verify server certificate. | ||
|
||
### Read-Only | ||
|
||
- `hw_crypto` (Boolean) | ||
- `id` (String) The ID of this resource. | ||
- `running` (Boolean) | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
# routeros_interface_sstp_server (Resource) | ||
|
||
|
||
|
||
|
||
<!-- schema generated by tfplugindocs --> | ||
## Schema | ||
|
||
### Optional | ||
|
||
- `authentication` (Set of String) Authentication algorithm. | ||
- `certificate` (String) Name of the certificate in use. | ||
- `ciphers` (String) Allowed ciphers. | ||
- `default_profile` (String) Default profile to use. | ||
- `enabled` (Boolean) Enables/disables service. | ||
- `keepalive_timeout` (String) Sets keepalive timeout in seconds. | ||
- `max_mru` (Number) Maximum Receive Unit. | ||
- `max_mtu` (Number) Maximum Transmission Unit. | ||
- `mrru` (String) Maximum packet size that can be received on the link. If a packet is bigger than tunnel MTU, it will be split into multiple packets, allowing full size IP or Ethernet packets to be sent over the tunnel. | ||
- `pfs` (Boolean) Specifies which TLS authentication to use. With pfs=yes, TLS will use ECDHE-RSA- and DHE-RSA-. For maximum security setting pfs=required will use only ECDHE. | ||
- `port` (String) Sets port used. | ||
- `tls_version` (String) Specifies which TLS versions to allow. | ||
- `verify_client_certificate` (Boolean) SSTP server will verify client certificate. | ||
|
||
### Read-Only | ||
|
||
- `id` (String) The ID of this resource. | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters