[ Avaa Bypassed ]




Upload:

Command:

www-data@3.129.209.87: ~ $
# An xinetd configuration file for OpenVPN.
#
# This file should be renamed to openvpn or something suitably
# descriptive and copied to the /etc/xinetd.d directory.
# xinetd can then be made aware of this file by restarting
# it or sending it a SIGHUP signal.
#
# For each potential incoming client, create a separate version
# of this configuration file on a unique port number.  Also note
# that the key file and ifconfig endpoints should be unique for
# each client.  This configuration assumes that the OpenVPN
# executable and key live in /root/openvpn.  Change this to fit
# your environment.

service openvpn_1
{
        type            = UNLISTED
        port            = 1194
        socket_type     = dgram
        protocol        = udp
        wait            = yes
        user            = root
        server          = /root/openvpn/openvpn
        server_args     = --inetd --dev tun --ifconfig 10.4.0.2 10.4.0.1 --secret /root/openvpn/key --inactive 600 --user nobody
}

Filemanager

Name Type Size Permission Actions
README File 131 B 0644
client.conf File 3.5 KB 0644
firewall.sh File 3.48 KB 0755
home.up File 62 B 0755
loopback-client File 672 B 0644
loopback-server File 675 B 0644
office.up File 62 B 0755
openvpn-shutdown.sh File 63 B 0755
openvpn-startup.sh File 776 B 0755
server.conf.gz File 4.25 KB 0644
static-home.conf File 1.74 KB 0644
static-office.conf File 1.68 KB 0644
tls-home.conf File 1.89 KB 0644
tls-office.conf File 1.9 KB 0644
xinetd-client-config File 199 B 0644
xinetd-server-config File 989 B 0644