smol_http

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit 76ef6f4a418e76459fffa4d0edb54eec76133cb8
parent 36159392edc21dbf6c6cad18a5c51b6ab3c5bfab
Author: Anton Kling <anton@kling.gg>
Date:   Tue,  1 Feb 2022 23:27:41 +0100

Fixed spelling mistakes.

Diffstat:
MREADME | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -6,15 +6,15 @@ C. Usage ----- -Clone this respository and compile the software. +Clone this repository and compile the software. git clone https://github.com/0xc1f1/smol_http cd smol_http make make install # This will install smol_http to /usr/bin -The appplications default values can be configured via changing the values in -the http.c file and recompilling the application. +The applications default values can be configured via changing the values in +the http.c file and recompiling the application. It is also possible to change values using the command line arguments @@ -26,15 +26,15 @@ Security -------- The application is a seteuid binary and must not be ran as root but instead -should be ran as a low privlege user that the application will later drop -privleges to. +should be ran as a low privilege user that the application will later drop +privileges to. -smol_http uses unveil and pledge to limit its privleges. Pledge and unveil are +smol_http uses unveil and pledge to limit its privileges. Pledge and unveil are enabled should it be compiled on a OpenBSD or SerenityOS machine. Attribution ----------- Attribution is under no circumstance required. Read LICENSE for more -informaiton. But if you use this project I would not mind attribution and/or +information. But if you use this project I would not mind attribution and/or you sending me a mail at anton@kling.gg just so that I can see people are using my project(s).