Skip to content

Instantly share code, notes, and snippets.

@glavk
Created November 20, 2015 05:52
Show Gist options
  • Save glavk/774c956b55c5ffa27d9c to your computer and use it in GitHub Desktop.
Save glavk/774c956b55c5ffa27d9c to your computer and use it in GitHub Desktop.
Double VPN vps1 s2s.conf
client
daemon
dev tun0
proto udp
port 53
# адрес vps2
remote x.x.x.x
keepalive 20 60
comp-lzo
persist-key
persist-tun
log /dev/null
verb 3
<ca>
# ca.crt
</ca>
<dh>
# dh2048.pem
</dh>
<cert>
# s2s.crt
</cert>
<key>
# s2s.key
</key>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment