Annotation of embedaddon/miniupnpc/external-ip.sh, revision 1.1.1.2

1.1       misho       1: #!/bin/sh
1.1.1.2 ! misho       2: # $Id: external-ip.sh,v 1.2 2017/11/02 15:33:09 nanard Exp $
1.1       misho       3: # (c) 2010 Reuben Hawkins
1.1.1.2 ! misho       4: upnpc -s | sed -n -e 's/^ExternalIPAddress = \([0-9.]*\)$/\1/p'

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>