mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
6 lines
105 B
Bash
Executable File
6 lines
105 B
Bash
Executable File
#!/bin/sh
|
|
|
|
iptables -D INPUT -i $DEVICE -j ACCEPT
|
|
|
|
echo "User '$USERNAME' from '$IP_REAL' disconnected."
|