This website works better with JavaScript
Página inicial
Explorar
Ajuda
Registrar
Entrar
FIX
/
gsd_cn
Observar
4
Favorito
0
Fork
0
Arquivos
Issues
0
Pull Requests
0
Wiki
Branch:
test
Branches
Tags
master
test
2.0.1
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
gsd_cn
/
network
/
start_openvpn.sh
start_openvpn.sh
89 B
Link permanente
Histórico
Raw
1
2
3
4
5
6
7
#!/bin/bash
cd /etc/openvpn
nohup echo "123456" | sudo -S openvpn client.ovpn &
exit 0