blob: a2e2808959d9693b705c833861d874ac3799ec28 (
plain)
1
2
3
4
5
6
7
8
9
10
|
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025 OpenVPN, Inc.
#
# Author: Ralf Lici <ralf@mandelbit.com>
# Antonio Quartulli <antonio@openvpn.net>
OVPN_SYMMETRIC_ID="1"
source test.sh
|