Skip to content
Snippets Groups Projects
Commit 99f516b0 authored by juga's avatar juga
Browse files

Remove what is now explained in man sbws.ini

parent 36cf669b
No related branches found
No related tags found
No related merge requests found
......@@ -32,31 +32,3 @@ They are not included by default.
To configure destinations, create a configuration file according to
:doc:`man_sbws.ini`
It is not required, but it is recomended to include a custom scanner
``nickname`` in the configuration file`.
Destination(s) configuration in more detail::
[destinations]
foo = on
bar = on
baz = off
[destinations.foo]
url = http://example.org/sbws.bin
[destinations.bar]
url = https://example.com/data
[destinations.baz]
url = https://example.net/ask/stan/where/the/file/is.exe
``foo`` demonstrates a typical case.
``bar`` demonstrates a case where you want to use HTTPS and want to assume the
large file for sbws to download is at its default path (probably
``/sbws.bin``).
``baz`` demonstrates a disabled destination that sbws will ignore.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment