1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter-feeds.git synced 2025-03-09 15:40:03 +00:00

luci-app-ouad

This commit is contained in:
suyuan 2023-10-13 10:55:10 +08:00
parent 210e628655
commit 714452709f
33 changed files with 3018 additions and 3528 deletions

View file

@ -0,0 +1,8 @@
#!/bin/sh
public_ip=$(uci -q get openmptcprouter.omr.detected_public_ipv4 | tr -d "\n")
if [ -n "$public_ip" ]; then
echo "IP: ${public_ip}"
else
echo "Waiting for server..."
fi