Skip to content
Snippets Groups Projects
Commit fcfde494 authored by Richard T. Carback III's avatar Richard T. Carback III
Browse files

Add a whitelist

parent 00278fb9
Branches release
No related tags found
No related merge requests found
......@@ -112,3 +112,6 @@ permissiveIPChecking: true
fullNdfOutputPath: "results/ndf.json"
signedPartialNDFOutputPath: "results/signedPartial.txt"
# Path to whitelisted IPs for client ratelimiting
whitelistedIpAddressesPath: "configurations/whitelist.json"
......@@ -114,4 +114,4 @@ fullNdfOutputPath: "results/ndf.json"
signedPartialNDFOutputPath: "results/signedPartial.txt"
# Path to whitelisted IPs for client ratelimiting
whitelistedIpAddressesPath: "configurations/whitelist.txt"
whitelistedIpAddressesPath: "configurations/whitelist.json"
[
"127.0.0.1"
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment