1# Minimum configuration that needs to be customized
2[scanner]
3# A human-readable string with chars in a-zA-Z0-9 to identify your scanner
4nickname = sbws_default
5# ISO 3166-1 alpha-2 country code. To be edited.
6# Default to a non existing country to detect it was not edited.
7country = AA
8
9[destinations]
10foo = off
11
12[destinations.foo]
13url = https://example.com/does/not/exist.bin
14# ISO 3166-1 alpha-2 country code. To be edited.
15# Use ZZ if the destination URL is a domain name and it is in a CDN.
16# Default to a non existing country to detect it was not edited.
17country = AA
18