mirror of
https://github.com/DarthJahus/mtproxy-docker.git
synced 2026-05-17 00:06:00 +03:00
4 lines
74 B
Bash
4 lines
74 B
Bash
#!/bin/bash
|
|
curl -f http://localhost:${STATS_PORT:-8888}/stats || exit 1
|
|
|