Skip to content

Commit

Permalink
chore(gwaas): add more notes about beta state of vpn feature
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-myl committed Mar 14, 2024
1 parent 7b361b4 commit fc4d87f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
## [Unreleased]

### Added
- Support for Gateway VPN feature
- **Experimental**, Gateway: support for VPN feature. Note that VPN feature is currently in beta, you can learn more about it on the [product page](https://upcloud.com/resources/docs/networking#nat-and-vpn-gateways)

## [8.2.0]

Expand Down
5 changes: 5 additions & 0 deletions upcloud/gateway.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,12 @@ const (

// GatewayFeatureNAT is a Network Address Translation (NAT) service that offers a way for cloud servers in SDN private networks to connect to the Internet through the public IP assigned to the network gateway service
GatewayFeatureNAT GatewayFeature = "nat"

// GatewayFeatureVPN is a Virtual Private Network (VPN) service used to establish an encrypted network connection when using public networks
// Please note that VPN feature is currently in beta. You can learn more about it on its [product page]
// Also note that VPN is available only in some of the gateway plans. To check which plans support VPN, you can use the GetGatewayPlans method.
//
// [product page]: https://upcloud.com/resources/docs/networking#nat-and-vpn-gateways
GatewayFeatureVPN GatewayFeature = "vpn"

GatewayConnectionTypeIPSec GatewayConnectionType = "ipsec"
Expand Down

0 comments on commit fc4d87f

Please sign in to comment.