Hosted application, DNS server setup?
Posted
by
Ward Loockx
on Server Fault
See other posts from Server Fault
or by Ward Loockx
Published on 2012-11-11T09:57:21Z
Indexed on
2012/11/11
11:07 UTC
Read the original article
Hit count: 446
Currently I'm allowing users to have an hosted application. Currently they have to point A-records to our servers (sometimes this is to hard or get's messy). I've seen other players using 2 dns servers, so that the user only needs to change these. I'm willing to implement this, but a lot of questions come up.
- What should I use for this? Can I use bind?
- The records need to be generated from a mysql database
- What type of servers do I need? Is a DNS server taking a lot of load? Currently having around 80K daily visitors.
Thanks!
© Server Fault or respective owner