Skip to content
Snippets Groups Projects
Commit c46e6be6 authored by Jake Taylor's avatar Jake Taylor
Browse files

added ratelimit stuff

parent 209c1b33
Branches
No related tags found
2 merge requests!68Master merge,!11Release
......@@ -52,6 +52,9 @@ roundIdPath: "results/roundId.txt"
# Path to the file containing the update ID
updateIdPath: "results/updateId.txt"
# Path to whitelisted IPs for client ratelimiting
whitelistedIpAddressesPath: "whitelist.txt"
# === REQUIRED FOR ENABLING TLS ===
# Path to the registration server private key file
keyPath: "../keys/cmix.rip.key"
......
test
\ No newline at end of file
["0.0.0.0"]
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment