Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 855 Bytes

File metadata and controls

28 lines (19 loc) · 855 Bytes

stackit.vpn

Provision and manage STACKIT VPN gateways.

Use this API to establish secure, encrypted IPsec tunnels between your STACKIT Network Area (SNA) and external networks. The service supports the following routing architectures:

  • Policy-based IPsec
  • Static route-based IPsec
  • Dynamic BGP IPsec

This package is part of the STACKIT Python SDK. For additional information, please visit the GitHub repository of the SDK.

Installation & Usage

pip install

pip install stackit-vpn

Then import the package:

import stackit.vpn

Getting Started

Examples for the usage of the package can be found in the GitHub repository of the SDK.