lethean 1.2.2

Lethean VPN Marketplace API
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# VpnSettingsEntity

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**endpoint** | **String** | IP Addresses of endpoints for VPN service only | 
**port** | **String** | Port these settings apply to | 
**parameters** | **String** | mtu size parameter for vpn service only | 
**terms** | **String** | Terms for the service | 
**policy** | **Vec<String>** | a JSON containing access policy - whitelist/blacklist default, allowed/blocked IPs and FQDNs in regex format. This is NOT sent to SDP. It is used by the Dispatcher to orchestrate restrictions on Server | [default to []]

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)