Skip to content

Commit

Permalink
Update the parameters list and fix the description in the user resour…
Browse files Browse the repository at this point in the history
…ce doc
  • Loading branch information
jm-araujo committed Aug 19, 2024
1 parent d5c1020 commit 5449aeb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/resources/user.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ The organization resource allows managing information about a particular Pritunl
- `groups` (List of String) Enter list of groups to allow connections from. Names are case sensitive. If empty all groups will able to connect.
- `mac_addresses` (List of String) Comma separated list of MAC addresses client is allowed to connect from. The validity of the MAC address provided by the VPN client cannot be verified.
- `network_links` (List of String) Network address with cidr subnet. This will provision access to a clients local network to the attached vpn servers and other clients. Multiple networks may be separated by a comma. Router must have a static route to VPN virtual network through client.
- `pin` (String) The PIN code for the user.
- `port_forwarding` (List of Map of String) Comma seperated list of ports to forward using format source_port:dest_port/protocol or start_port-end_port/protocol. Such as 80, 80/tcp, 80:8000/tcp, 1000-2000/udp.

### Read-Only
Expand Down

0 comments on commit 5449aeb

Please sign in to comment.