mirror of
https://github.com/outbackdingo/firezone.git
synced 2026-01-27 10:18:54 +00:00
12 lines
253 B
Bash
Executable File
12 lines
253 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
source "./scripts/tests/lib.sh"
|
|
|
|
client_curl_resource "172.20.0.100/get"
|
|
client_curl_resource "[172:20:0::100]/get"
|
|
|
|
docker compose restart gateway
|
|
|
|
client_curl_resource "172.20.0.100/get"
|
|
client_curl_resource "[172:20:0::100]/get"
|