First commit
This commit is contained in:
9
uk-stream-router/start_server.sh
Executable file
9
uk-stream-router/start_server.sh
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
|
||||
echo "nameserver 8.8.8.8" > /etc/resolv.conf
|
||||
|
||||
/bin/openvpn --config /root/config/uk_2-aes-128-cbc-udp-dns.ovpn --auth-user-pass /root/config/login.conf --daemon
|
||||
|
||||
/bin/nginx -c /root/config/nginx.conf
|
||||
|
||||
tail -f /dev/null
|
||||
Reference in New Issue
Block a user