08.08.2013, 07:13
i have seen ips like this
Server.my-server.us:PORT
and how can they be done?
Server.my-server.us:PORT
and how can they be done?
Do not set the TTL to 10, that's a ridiculous value.
Point an A record to your server IP, and set the TTL to 14400. Some hosts reject low TTL's due to additional server load looking up DNS queries all the time... If you have the nameservers in your domain control panel pointing to your webhost, set the new record in your webhost panel. |
TTL = Time To Live
It's the amount of routers your request can pass before it is dropped. 10 Would be extremely low. |
You are incorrect, it's basically the amount of time DNS queries are cached for in seconds.
https://en.wikipedia.org/wiki/Time_to_live#DNS_records |
Originally Posted by Wikipedia
The TTL field is set by the sender of the datagram, and reduced by every router on the route to its destination.
|