From e28e8f54f8b8a01ab032cd6f4c3cd51caaffae36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Germ=C3=A1n=20Palomares=20Pizarro?= Date: Wed, 30 Nov 2022 15:04:25 +0100 Subject: [PATCH] Updated documentation --- README.md | 6 ++++-- sakisafecli/sakisafecli.1 | 2 +- sakisafecli/sakisafeclirc.5 | 4 ++-- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 052d0e7..82eb745 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ server { server_name sakisafe.whatever.tld; listen 443 ssl; - # ssl configuration here... + # ssl configuration here location / { proxy_pass http://127.0.0.1:3000$request_uri; @@ -56,7 +56,7 @@ other file upload services). It also supports file uploading via scp ## Features * Written in C so is fast. -* HTTP and SCP support (FTP support is planned!) +* HTTP and SCP support (FTP support is planned) * Highly configurable * Lightweight * If using OpenBSD, it will run `pledge()` for security reasons. @@ -71,7 +71,9 @@ Clone the repo and run `make` (or `bmake` in linux systems) ![](https://repology.org/badge/vertical-allrepos/sakisafe.svg) +# Contributing +Just create a pull request in GitHub or send a diff file. # Donate diff --git a/sakisafecli/sakisafecli.1 b/sakisafecli/sakisafecli.1 index 92aa406..1a73db7 100644 --- a/sakisafecli/sakisafecli.1 +++ b/sakisafecli/sakisafecli.1 @@ -56,6 +56,6 @@ was rebranded to .Sy sakisafecli in 2022-05-05 .Sh AUTHORS -qorg11 +Raoul Vaughn .Sh SEE ALSO sakisafeclirc(5) diff --git a/sakisafecli/sakisafeclirc.5 b/sakisafecli/sakisafeclirc.5 index 29b1c45..ab59920 100644 --- a/sakisafecli/sakisafeclirc.5 +++ b/sakisafecli/sakisafeclirc.5 @@ -61,13 +61,13 @@ and with the 127.0.0.1:9050 .Bd -literal -offset indent; -server="https://ls.qorg11.net" +server="https://ss.suragu.net" socks_proxy="127.0.0.1:9050" force_ipv4=true use_socks_proxy=true .Ed .Sh AUTHORS -qorg11 +Raoul Vaughn .Sh SEE ALSO sakisafecli(1)