diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 17 |
1 files changed, 17 insertions, 0 deletions
@@ -1,3 +1,6 @@ +**Branch information:** This branch contains a version that uses IRC for +logging. Connection details are hardcoded. You should probably not use this. + # Powxy – anti-scraper reverse proxy Powxy is a reverse proxy that protects your upstream service by challenging @@ -83,6 +86,20 @@ Usage of ./powxy: leading zero bits required for the challenge (default 20) -idle-timeout int idle timeout in seconds, 0 for no timeout + -irc-addr string + irc server address (default "irc.runxiyu.org:6697") + -irc-channel string + irc channel (default "#logs") + -irc-net string + irc network transport (default "tcp") + -irc-nick string + irc nick (default "powxy") + -irc-realname string + irc realname (default "powxy") + -irc-tls + irc tls (default true) + -irc-username string + irc username (default "powxy") -listen string address to listen on (default ":8081") -read-header-timeout int |