diff --git a/znc.subdomain.conf.sample b/znc.subdomain.conf.sample index b6c5744..39f8235 100644 --- a/znc.subdomain.conf.sample +++ b/znc.subdomain.conf.sample @@ -1,6 +1,8 @@ ## Version 2020/12/09 # make sure that your dns has a cname set for znc - +# To additionally port foward the irc port uncomment the stream section in /config/nginx/nginx.conf, Add SSL port 6502 and append these lines (without #) to znc.conf: +#TrustedProxy = 127.0.0.1 +#TrustedProxy = ::1 server { listen 443 ssl; listen [::]:443 ssl;