I hereby claim:
- I am mthq on github.
- I am mthq (https://keybase.io/mthq) on keybase.
- I have a public key ASDtKAm-blbHdc1eUlXPa0SnrgWKR_XirRbjacXv6gIHXgo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* MiniVPN.c - a simple VPN implemention with PKI | |
* | |
* Copyright (C) 2013 Kevin Wang <[email protected]> | |
* | |
* Based on codes created by: | |
* Copyright (C) 2003 Philippe Biondi <[email protected]> | |
* | |
* This program is free software; you can redistribute it and/or modify it | |
* under the terms of the GNU Lesser General Public License as published by |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
map $http_upgrade $connection_upgrade { | |
default upgrade; | |
'' close; | |
} | |
server { | |
listen 8443 ssl; | |
ssl_certificate /etc/ssl/private/mhn.yourcompany.com.pem; | |
ssl_certificate_key /etc/ssl/private/mhn.yourcompany.com.pem; |
IDA Plugins | Preferred | Neutral | Unreviewed |
---|