logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://anongit.hacktivis.me/git/pleroma.git/
commit: 1d4464065575324d19a74e878611fa4d7f59c982
parent 45611c9881bf53d23478464c0b8c08b52310dd31
Author: lain <lain@soykaf.club>
Date:   Sun, 21 Dec 2025 10:24:38 +0000

Merge branch 'relayd-ipv6' into 'develop'

OpenBSD relayd: Fix IPv6 example

See merge request pleroma/pleroma!4408

Diffstat:

Achangelog.d/relayd-ipv6.fix1+
Minstallation/openbsd/relayd.conf14+++++++++++++-
2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/changelog.d/relayd-ipv6.fix b/changelog.d/relayd-ipv6.fix @@ -0,0 +1 @@ +OpenBSD relayd: Fix IPv6 example diff --git a/installation/openbsd/relayd.conf b/installation/openbsd/relayd.conf @@ -56,7 +56,6 @@ http protocol pleroma { # Protocol for upstream Pleroma server relay wwwtls { listen on $ext_inet port https tls # Comment to disable listening on IPv4 - #listen on $ext_inet6 port https tls # Comment to disable listening on IPv6 protocol pleroma @@ -66,3 +65,16 @@ relay wwwtls { # Example: #forward to <httpd_server> port 8080 } + +# Uncomment relay block to enable IPv6 +#relay wwwtls6 { +# listen on $ext_inet6 port https tls + +# protocol pleroma + +# forward to <pleroma_server> port 4000 check tcp timeout 500 # Adjust timeout accordingly when relayd returns 502 while Pleroma is running without problems. + +# # When serving multiple services, add the forwards here. +# # Example: +# #forward to <httpd_server> port 8080 +#}