1,209,354Rank in Australia
--Worldwide Rank
Monthly pages viewed | < 300 | |
Monthly visits | < 300 | |
Value per visitor | -- | |
Estimated worth | $507.32 | |
External links | -- | |
Number of pages | -- |
Last Updated: 04/04/2018 . Estimated data, read disclaimer.
www.Newcom.net.au
ServerServer Location | |
M2 Telecommunications Group Ltd New South Wales Sydney Australia -33.86785, 151.20732 |
Newcom.net.au's server IP number is 202.76.150.36. It has 3 DNS records, ns0.eftel.com, ns1.eftel.com, & ns2.eftel.com. It is hosted by M2 Telecommunications Group Ltd (New South Wales, Sydney,) using Apache/2 web server.
IP: 202.76.150.36
Web Server: Apache/2
Encoding: utf-8
PING (202.76.150.36) 56(84) bytes of data. | |
64 bytes from 202.76.150.36.dynamic.rev.eftel.com (202.76.150.36): icmp_seq=1 ttl=54 | 269 ms |
64 bytes from 202.76.150.36.dynamic.rev.eftel.com (202.76.150.36): icmp_seq=2 ttl=54 | 270 ms |
64 bytes from 202.76.150.36.dynamic.rev.eftel.com (202.76.150.36): icmp_seq=2 ttl=54 | 270 ms |
A time of 269 ms, is recorded in a ping test.
Server Setup | |
Date: | -- |
---|---|
Server: | Apache/2.2.22 (Unix) |
Last-Modified: | -- |
ETag: | "101a6-1e1-48dc9e671c040" |
Accept-Ranges: | bytes |
Content-Length: | 481 |
Cache-Control: | max-age=60 |
Expires: | -- |
MS-Author-Via: | DAV |
Content-Type: | text/plain |
function FindProxyForURL(url, host) | |
{ | |
// Always bypass for localhost - make sure these 3 lines remain | |
if (shExpMatch(host, "localhost*") || shExpMatch(host, "127.0.0.1*")) | |
return "DIRECT"; | |
if (shExpMatch(url, "http:*")) | |
return "PROXY proxy.:3128" ; | |
if (shExpMatch(url, "https:*")) | |
return "PROXY proxy.:3128" ; | |
if (shExpMatch(url, "ftp:*")) | |
return "PROXY proxy.:3128" ; | |
return "PROXY proxy.:3128" ; | |
} |