You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,3 +42,9 @@ The variables need to remain in place while you are using the mod. If you remove
42
42
If you're using the reCAPTCHA capability and you're running in an IPv4-only environment then you need to edit your `/config/nginx/resolver.conf` and add `ipv6=off` to the end of the `resolver` statement otherwise the bouncer will attempt to contact the reCAPTCHA endpoint over IPv6 and fail.
43
43
44
44
e.g. `resolver 127.0.0.11 valid=30s ipv6=off;`
45
+
46
+
## Versions
47
+
48
+
***28.01.23:** - Support mode selection, handle s6v3 init.
0 commit comments