Changeset

6316:0bd63c52bbed

mod_version_spoofed: fix README
author Nicholas George <wirlaburla@worlio.com>
date Tue, 01 Jul 2025 23:45:02 -0500
parents 6315:cc42d3548452
children 6317:8108aec64fb9
files mod_version_spoofed/README.md
diffstat 1 files changed, 4 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mod_version_spoofed/README.md	Tue Jul 01 19:14:58 2025 -0500
+++ b/mod_version_spoofed/README.md	Tue Jul 01 23:45:02 2025 -0500
@@ -1,4 +1,6 @@
-# Introduction
+---
+summary: Server version spoofer
+...
 
 This module is a fork of the built-in mod_version that adds spoofing options. Please do not use this module to mess with services that provide statistics and information. Instead, contact the hosts of such services and request blacklisting.
 
@@ -8,7 +10,7 @@
   ---------------------- --------------------------------------------------- -------- ---------------
   server\_name           the reported name of the server software            string   "Prosody"
   server\_version        the reported version of the server software         string   `prosody.version`
-  server\_os             the reported platform of the server software        string   nil
+  server\_platform       the reported platform of the server software        string   nil
 
 This replaces mod_version, so you must disable mod_version when enabling or the modules might conflict. Unconfigured, this module acts the same as mod_version.