Files
firezone/scripts/tests/relayed-curl-api-down.sh
Jamil 09532ea845 chore(ci): Add portal and relay downtime DNS resource tests (#4517)
Tests that DNS still works in the client with established connections
after the portal and/or relay go down.
2024-04-08 09:43:59 +00:00

14 lines
222 B
Bash
Executable File

#!/usr/bin/env bash
set -euo pipefail
source "./scripts/tests/lib.sh"
install_iptables_drop_rules
client_curl_resource "172.20.0.100/get"
docker compose stop api # Stop portal
client_curl_resource "172.20.0.100/get"