blob: 392d269bada522525596d1960891886fae0c6313 (
plain)
1
2
3
4
5
6
7
8
9
|
#!/bin/bash
# SPDX-License-Identifier: GPL-2.0
# Copyright (C) 2025 OpenVPN, Inc.
#
# Author: Antonio Quartulli <antonio@openvpn.net>
OVPN_PROTO="TCP"
source test-close-socket.sh
|