projects
/
dyn-nsupdate.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
bc9b5bd731c67c8acbca73e84f5eff6a5e4dba78
[dyn-nsupdate.git]
/
server-scripts
/
checkip
1
#!/usr/bin/python
2
import os
3
4
# print headers
5
print "Content-Type: text/plain"
6
print ""
7
8
# print content
9
print os.environ["REMOTE_ADDR"]