10 lines
177 B
Bash
10 lines
177 B
Bash
|
|
#!/bin/bash
|
||
|
|
# SPDX-License-Identifier: GPL-2.0
|
||
|
|
# Copyright (C) 2025 OpenVPN, Inc.
|
||
|
|
#
|
||
|
|
# Author: Antonio Quartulli <antonio@openvpn.net>
|
||
|
|
|
||
|
|
PROTO="TCP"
|
||
|
|
|
||
|
|
source test-close-socket.sh
|