mod_dwd/README.markdown
author Kim Alvefur <zash@zash.se>
Mon, 13 Aug 2018 03:35:42 +0200
changeset 3229 517c7f0333e3
parent 1848 04e168063fc7
permissions -rw-r--r--
mod_s2s_auth_posh: Add a command for generating the JSON file

---
summary: 'Dialback-without-Dialback'
...

Introduction
============

This module implements an optimization of the Dialback protocol, by
skipping the dialback step for servers presenting a valid certificate.

Configuration
=============

Simply add the module to the `modules_enabled` list.

        modules_enabled = {
            ...
            "dwd";
        }

Compatibility
=============

  ------------------ --------------------------
  0.10               Built into mod\_dialback
  0.9 + LuaSec 0.5   Works
  0.8                Doesn't work
  ------------------ --------------------------