bind-geoip
GeoDNS Source Install 1.기존 bind 를 삭제. 2.GeoIP 설치 A. Shell>yum -y install GeoIP* B. Shell>cd /usr/share/GeoIP/ C. Shell>vi geodataupdate.sh #!/bin/bash ###### GeoIP DATA Update ######## # date : 2013.03.14 # # e-mail : yjw@vercoop.com # ################################# ##### GeoIP DATA Download ####### wget -O /tmp/GeoIP.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCountry/GeoIP.dat.gz wget -O /tmp/GeoLiteCity.dat.gz http://geolite.maxmind.com/download/geoip/database/GeoLiteCity.dat.gz wget -O /tmp/GeoIPASNum.dat.gz http://download.maxmind.com/download/geoip/database/asnum/GeoIPASNum.dat.gz [...]
Continue reading bind-geoip