mirror of
https://github.com/zerotier/edge.git
synced 2026-05-22 16:25:05 -07:00
5 lines
161 B
Bash
Executable File
5 lines
161 B
Bash
Executable File
#!/bin/sh
|
|
# $Id: external-ip.sh,v 1.2 2017/11/02 15:33:09 nanard Exp $
|
|
# (c) 2010 Reuben Hawkins
|
|
upnpc -s | sed -n -e 's/^ExternalIPAddress = \([0-9.]*\)$/\1/p'
|