An open API service indexing awesome lists of open source software.

https://github.com/luainkernel/ktls


https://github.com/luainkernel/ktls

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# ktls
Kernel version: 5.4.44

make
sudo insmod lunatik/lunatik.ko
sudo insmod tls.ko
cd test
# If you want to change server mode, modify KTLS and USERLUA macro in test_server.c
make
./test_server 12345 .
curl -v -k https://localhost:12345/hook.lua --output -

You will receive lua script in http response.

You can also enable `TCP_CORK` with argument `-c`