• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

README.markdownH A D05-Jun-2021602 2921

mod_dwd.luaH A D05-Jun-20211.3 KiB4129

README.markdown

1---
2summary: 'Dialback-without-Dialback'
3...
4
5Introduction
6============
7
8This module implements an optimization of the Dialback protocol, by
9skipping the dialback step for servers presenting a valid certificate.
10
11Configuration
12=============
13
14Simply add the module to the `modules_enabled` list.
15
16        modules_enabled = {
17            ...
18            "dwd";
19        }
20
21Compatibility
22=============
23
24  ------------------ --------------------------
25  0.10               Built into mod\_dialback
26  0.9 + LuaSec 0.5   Works
27  0.8                Doesn't work
28  ------------------ --------------------------
29