commit 860ec46ca6203c8c0b79681b08323c1e5ed40554 Author: juga0 juga@riseup.net Date: Wed Jul 18 19:49:09 2018 +0000
Add instead minimal user config --- sbws/config.user.ini | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/sbws/config.user.ini b/sbws/config.user.ini new file mode 100644 index 0000000..f3ca1da --- /dev/null +++ b/sbws/config.user.ini @@ -0,0 +1,10 @@ +# Minimum configuration that needs to be customized +[scanner] +# A human-readable string with chars in a-zA-Z0-9 to identify your scanner +nickname = sbws_default + +[destinations] +foo = off + +[destinations.foo] +url = https://example.com/does/not/exist.bin
tor-commits@lists.torproject.org