projects
/
dyn-nsupdate.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
port client script to python 3
[dyn-nsupdate.git]
/
checkip
diff --git
a/checkip
b/checkip
deleted file mode 100755
(executable)
index
bc9b5bd
..0000000
--- a/
checkip
+++ /dev/null
@@
-1,9
+0,0 @@
-#!/usr/bin/python
-import os
-
-# print headers
-print "Content-Type: text/plain"
-print ""
-
-# print content
-print os.environ["REMOTE_ADDR"]