Files
deploy-gns3-server/templates/70-gns3-vpn.temp
T
2026-05-28 06:56:46 -07:00

7 lines
215 B
Bash

#!/bin/sh
if systemctl is-active --quiet gns3-config-serve.service 2>/dev/null; then
echo ""
echo " GNS3 config: http://${_lan_ip}:${_CONFIG_SERVE_PORT_}/"
echo " (auto-expires — download configs now)"
fi