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