made templates directory for easier change of script
This commit is contained in:
BIN
oas_templates/Remote Desktop Setup Guide.odt
Normal file
BIN
oas_templates/Remote Desktop Setup Guide.odt
Normal file
Binary file not shown.
BIN
oas_templates/VPN Setup Guide.odt
Normal file
BIN
oas_templates/VPN Setup Guide.odt
Normal file
Binary file not shown.
18
oas_templates/template.ovpn
Normal file
18
oas_templates/template.ovpn
Normal file
@@ -0,0 +1,18 @@
|
||||
client
|
||||
auth-user-pass
|
||||
proto udp
|
||||
dev tun
|
||||
# CHANGE THIS TO MATCH YOUR SETUP PUBLIC IP ADDRESS
|
||||
remote 66.66.66.66 1194
|
||||
cipher AES-256-CBC
|
||||
user nobody
|
||||
group nogroup
|
||||
verb 2
|
||||
mute 20
|
||||
keepalive 10 120
|
||||
comp-lzo
|
||||
persist-key
|
||||
persist-tun
|
||||
float
|
||||
resolv-retry infinite
|
||||
nobind
|
||||
Reference in New Issue
Block a user