2012年6月17日日曜日

DIY checkip

確認君とか、checkip.dyndns.com みたいなのを何となく自作。
  1. #! /usr/bin/env python  
  2.   
  3. import os  
  4. print 'content-type:text/plain;'  
  5. print  
  6. print 'Your IP address is:', os.environ['REMOTE_ADDR']  
  1. $ curl http://checkip.kt3k.com/  
  2. Your IP address is: 59.106.13.209