File size: 423 Bytes
7c89ed7 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 | [options]
mongohost=mongodb
mongoport=3002
# File location of a list of networks/hosts to whitelist
# new line deliminated (useful for whitelisting entire company networks)
network_whitelist_file=/dev/null
# To whitelist individual network/hosts
# comma separated
whitelist_networks=1.2.3.4/32,5.6.7.8/32
# Can be empty if no additional comment is required
contact="\nQuestions or concerns - contact us at this @address" |