From 7b10bf4ec383b45d2f781b61361683fcc32d64cf Mon Sep 17 00:00:00 2001 From: Seb3thehacker <88462253+Seb3thehacker@users.noreply.github.com> Date: Thu, 24 Mar 2022 08:51:58 +0000 Subject: [PATCH] Update README.md --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d92d938..0882283 100644 --- a/README.md +++ b/README.md @@ -155,7 +155,7 @@ The following storage backends are available: | ```keyfile = path/to/your.key``` | Path to the ssl key (required if you want to use the https server) #### Use with http proxy -|Option|Description +|Option|Descriptionhttps://github.com/BBaoVanC |------|----------- | ```realip = true``` | let linx-server know you (nginx, etc) are providing the X-Real-IP and/or X-Forwarded-For headers. @@ -204,6 +204,11 @@ The official IRC channel is #linx on irc.oftc.net 2. ```cd $GOPATH/src/github.com/andreimarcu/linx-server ``` 3. ```go build && ./linx-server``` +Credits +---------- +https://github.com/BBaoVanC +https://github.com/xtrafrancyz + License -------