|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
dns wildcards, good idea?
I want to simplify my dns setup. I plan on adding A records in BIND for each of my domains for
*.site1.com. IN A 69.24.57.12 Then I plan on just adding ServerAlias in apache for *.site1.com. That way it should resolve to anything.site1.com. I had one setup like this but it wasn't resolving for some reason. On my old server, I think I had 2 A records for each domain such as: *.site1.com. IN A 69.24.57.12 site1.com. IN A 69.24.57.12 I'm wondering exactly what I need to get it to work. I've heard people in past say that wildcard dns entries like * is a bad idea, but I haven't heard any reasonable answer why? People just say stay away from it, but provide no reason. Anyone know if this myth has any weight to it today? |
|
#2
|
||||
|
||||
|
Quote:
Quote:
1) A dozen security exploits related to DNS wildcard being enabled 2) DNS queries could fail unexpectedly because of cache posion |
|
#3
|
||||
|
||||
|
keep the wildcarding in the apache virtual config cause it's more (drive and memory) space and (request matching) processing efficient, but be explicit in DNS cause wildcarding is unnatural and can be the cause of problems unknown. Wildcarding in DNS is NOT more processing (query matching) efficient even though it is space efficient.
__________________
Send me a private message if you would like me to setup your DNS for you for a price of your choosing. This is the preferred method if your DNS needs to be fixed/setup fast and you don't have the time to bounce messages back and forth on a forum. Also, check out these links: Whois Direct | DNS Crawler | NS Trace | Compare Free DNS Hosts Last edited by SilentRage : December 26th, 2003 at 12:45 AM. |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > dns wildcards, good idea? |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|