diff --git a/examples/ProxyProtocol.js b/examples/ProxyProtocol.js new file mode 100644 index 0000000..c0d4165 --- /dev/null +++ b/examples/ProxyProtocol.js @@ -0,0 +1,25 @@ +/* Minimal SSL/non-SSL example using PROXY Protocol v2 */ + +const uWS = require('../dist/uws.js'); +const port = 3000; + +const app = uWS./*SSL*/App({ + key_file_name: 'misc/key.pem', + cert_file_name: 'misc/cert.pem', + passphrase: '1234' +}).get('/*', (res, req) => { + /* Respond with their addresses */ + res.cork(() => { + res.write('