|
@@ -261,7 +261,7 @@ module InterconnectionPointProtocolHandler
|
|
if iphost =~ /^\d+\.\d+\.\d+\.\d+/
|
|
if iphost =~ /^\d+\.\d+\.\d+\.\d+/
|
|
# find country code
|
|
# find country code
|
|
c = GeoIP.new('GeoIP.dat').country(iphost)[3].to_s.downcase
|
|
c = GeoIP.new('GeoIP.dat').country(iphost)[3].to_s.downcase
|
|
- rest.prepend " (#{c})" unless c.nil?
|
|
|
|
|
|
+ rest.prepend " #{c}" unless c.nil?
|
|
|
|
|
|
# resolve it to a dns name
|
|
# resolve it to a dns name
|
|
|
|
|