diff options
| author | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-08-31 14:13:37 +0200 |
|---|---|---|
| committer | Aleksa Vuckovic <aleksa@vuckovic.cc> | 2024-08-31 14:13:37 +0200 |
| commit | 9490fbfd5f6d9637030d24fb84a92e1626592c6f (patch) | |
| tree | 48f484ae472c684405c06eac7d8f0f575b29ef2e /tulip/tulip.env | |
| parent | de4a22bad19c4cf39a673f837bd48d823c10d264 (diff) | |
ENOWARS
Diffstat (limited to 'tulip/tulip.env')
| -rw-r--r-- | tulip/tulip.env | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tulip/tulip.env b/tulip/tulip.env index 19e6359..b1350c2 100644 --- a/tulip/tulip.env +++ b/tulip/tulip.env @@ -14,11 +14,11 @@ TRAFFIC_DIR_DOCKER=/traffic ############################## # Start time of the CTF (or network open if you prefer) -TICK_START="2024-07-03T10:00+02:00" +TICK_START="2024-07-19T14:00+02:00" # Tick length in ms -TICK_LENGTH=120000 +TICK_LENGTH=60000 # The flag format in regex -FLAG_REGEX="[A-Z0-9]{31}=" +FLAG_REGEX="ENO[A-Za-z0-9+\/=]{48}" ############################## # PCAP_OVER_IP CONFIGS @@ -41,5 +41,5 @@ FLAG_REGEX="[A-Z0-9]{31}=" # # Flagid endpoint currently Testendpoint in docker compose # FLAGID_ENDPOINT="http://flagidendpoint:8000/flagids.json" # # VM IP (inside gamenet) -VM_IP="10.60.24.1" -TEAM_ID="10.60.24.1" +VM_IP="10.1.93.1" +TEAM_ID="10.1.93.1" |
