From c46e6be6ebd1aea820c40ddf0ab539e1508369bc Mon Sep 17 00:00:00 2001
From: Jake Taylor <jake@elixxir.io>
Date: Wed, 13 Oct 2021 14:38:41 -0500
Subject: [PATCH] added ratelimit stuff

---
 basice2e/permissioning.yaml | 3 +++
 basice2e/whitelist.txt      | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/basice2e/permissioning.yaml b/basice2e/permissioning.yaml
index 3c9b935..3b904d3 100644
--- a/basice2e/permissioning.yaml
+++ b/basice2e/permissioning.yaml
@@ -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"
diff --git a/basice2e/whitelist.txt b/basice2e/whitelist.txt
index 30d74d2..9e4a5c4 100644
--- a/basice2e/whitelist.txt
+++ b/basice2e/whitelist.txt
@@ -1 +1 @@
-test
\ No newline at end of file
+["0.0.0.0"]
\ No newline at end of file
-- 
GitLab