mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
12 lines
203 B
Bash
Executable File
12 lines
203 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
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"
|