Skip to content

Commit

Permalink
feat: refactor server resource properties (#44)
Browse files Browse the repository at this point in the history
- Add a new property `session_timeout` to the server resource
- Remove the property `restrict_routes` from the server resource

Signed-off-by: Quentin BERTRAND <[email protected]>
  • Loading branch information
QuentinBtd authored Sep 5, 2023
1 parent 58108f6 commit 602529b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/server.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ description: |-
- **restrict_routes** (Boolean) Prevent traffic from networks not specified in the servers routes from being tunneled over the vpn.
- **route** (Block List) The list of attached routes to the server (see [below for nested schema](#nestedblock--route))
- **search_domain** (String) DNS search domain for clients. Separate multiple search domains by a comma.
- **session_timeout** (Number) Disconnects users after the specified number of seconds.
- **status** (String) The status of the server
- **vxlan** (Boolean) Use VXLan for routing client-to-client traffic with replicated servers.

Expand Down

0 comments on commit 602529b

Please sign in to comment.