- https://www.lua.org/pil/contents.html lua book
- https://www.lua.org/manual/5.1/manual.html lua reference manual
- https://nginx-lua.readthedocs.io/en/latest/examples/lua-nginx-module/
- https://github.com/openresty/lua-nginx-module
- https://github.com/fabiocicerchia/nginx-lua/tree/main
- https://github.com/fabiocicerchia/nginx-lua/blob/main/docs/lua-nginx-module/nginx-api-for-lua.md
- https://github.com/spacewander/openresty-vim
This file contains hidden or 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
| (function (context, trackingId, options) { | |
| const history = context.history; | |
| const doc = document; | |
| const nav = navigator || {}; | |
| const storage = localStorage; | |
| const encode = encodeURIComponent; | |
| const pushState = history.pushState; | |
| const typeException = 'exception'; | |
| const generateId = () => Math.random().toString(36); | |
| const getId = () => { |
For excessively paranoid client authentication.
Original: https://gist.github.com/mtigas/952344
openssl x509 -in server.crt -out server.der -outform DER
openssl x509 -in server.der -inform DER -out server.pem -outform PEM
This file contains hidden or 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
| U2FsdGVkX1/Kecac5WavAvgBTHX6jMQnpClKCdHDqUE/ly9mhPqmgoHbFIKL2uoZ |