File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / miniupnpc / external-ip.sh
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Feb 21 23:16:22 2012 UTC (12 years, 4 months ago) by misho
Branches: miniupnpc, elwix, MAIN
CVS tags: v1_8p0, v1_8, v1_6, HEAD
miniupnpc

#!/bin/sh
# $Id: external-ip.sh,v 1.1.1.1 2012/02/21 23:16:22 misho Exp $
# (c) 2010 Reuben Hawkins
upnpc -s | grep ExternalIPAddress | sed 's/[^0-9\.]//g'

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