This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python | |
import sys | |
try: | |
import json | |
except ImportError: | |
print "Can't import JSON module. Make sure you're using Python 2.6 or above." | |
sys.exit(1) | |
try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dns-sd -P "U-verse Gateway" _http._tcp local 80 gateway.2wire.net 172.16.0.1 |
OlderNewer