diff mod_unsubscriber/README.md @ 6156:56d1e059f68c

mod_unsubscriber: Add disabling mod_s2s to example Since the point is to prevent s2s, it serves no purpose and would invoke certificate lookup behaviors.
author Kim Alvefur <zash@zash.se>
date Mon, 03 Feb 2025 17:25:34 +0100
parents e00dc913d965
children 9c9889ad4302
line wrap: on
line diff
--- a/mod_unsubscriber/README.md	Fri Jan 31 02:16:55 2025 +0100
+++ b/mod_unsubscriber/README.md	Mon Feb 03 17:25:34 2025 +0100
@@ -6,4 +6,5 @@
 
 ```lua
 Component "gmail.com" "unsubscriber"
+modules_disabled = { "s2s" }
 ```