view mod_s2s_whitelist/README.markdown @ 4978:4c8b66da4dec

mod_default_bookmarks: Bail on empty 'default_bookmarks' to fix traceback Ipairs fails on nil if the option is unset Thanks more666p0wer for reporting
author Kim Alvefur <zash@zash.se>
date Mon, 25 Jul 2022 19:28:38 +0200
parents 6e5bde0879ad
children 313937349fbc
line wrap: on
line source

This module lets you block connections to any remote servers not on a
whitelist.

``` {.lua}
s2s_whitelist = {
    "example.org",
}
```