From efc7ae533a9c7b907e7108d4b6a5b1d3a76ab2b7 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 30 Dec 2021 01:59:38 +0000 Subject: [PATCH] example.conf: Add a commented-out mobile site setting Signed-off-by: Ian Jackson --- example.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/example.conf b/example.conf index d06a21a..719f7e7 100644 --- a/example.conf +++ b/example.conf @@ -147,6 +147,9 @@ random randomfile("/dev/urandom",no); local-name "your-site-name"; local-key rsa-private("/etc/secnet/key"); +# Are we a mobile site? +#local-mobile true; + # On dodgy links you may want to specify a higher maximum sequence number skew transform eax-serpent { }, serpent256-cbc { }; -- 2.30.2