show/hide this revision's text 5 plural fixes

How to dynamically create sub-domain's sub-domains with different IP than the original domain correctly and efficiently?

How to efficiently create subdomain's subdomains dynamically that are resolved to different IP than the original domain?

Most dynamic subdomain creation solution solutions I've found here would add a *.domain.com A-record to the DNS server (usually using BIND), but that's not what I want.

Does that mean the zone file needs to be set to always Expire? Wouldn't that tax our DNS server heavily?

However, what if the client ISP doesn't go and fetch the new zone file I just dynamically changed? Wouldn't they not able to resolve our new sub-domain entry?

Would setting up DDNS in BIND be the logical path for implementing such system? DDNS would allow me dynamically insert A-record without restarting BIND, right?

I'm sure there are some way to do this, since most large blogging service that doesn't point all account to the same IP as the blogging engine, are doing something similar to what I need.

Thank you!

show/hide this revision's text 4 added 27 characters in body; edited title

How to dynamically create sub-domains sub-domain's with different IP than the original domain correctly and efficiently?

How to efficiently create subdomains subdomain's dynamically that are resolved to different IP than the original domain?

Most dynamic subdomain creation solution I've found here will would add a *.domain.com A-record to the DNS server (usually using BIND), but that's not what I want.

Does that mean the zone file needs to be set to always Expire? Wouldn't that tax our DNS server heavily?

However, what if the client ISP doesn't go and fetch the new zone file I just dynamically changed? Wouldn't they not able to resolve our new sub-domain entry?

Would setting up DDNS in BIND be the logical path for implementing such system? DDNS would allow me dynamically insert A-record without restarting BIND, right?

I'm sure there are some way to do this, since most large blogging service that doesn't point all account to the same IP as the blogging engine, are doing something similar to what I need.

Thank you!

show/hide this revision's text 3 Removing rogue apostrophes

How to dynamically create sub-domain's sub-domains with different IP than the original domain correctly and efficiently?

How to efficiently create subdomain's subdomains dynamically that are resolved to different IP than the original domain?

Most subdomain creation solution I've found here will add a *.domain.com A-record to the DNS server (usually using BIND), but that's not what I want.

Does that mean the zone file needs to be set to always Expire? Wouldn't that tax our DNS server heavily?

However, what if the client ISP doesn't go and fetch the new zone file I just dynamically changed? Wouldn't they not able to resolve our new sub-domain entry?

Would setting up DDNS in BIND be the logical path for implementing such system? DDNS would allow me dynamically insert A-record without restarting BIND, right?

I'm sure there are some way to do this, since most large blogging service that doesn't point all account to the same IP as the blogging engine, are doing something similar to what I need.

Thank you!

show/hide this revision's text 2 edited title
show/hide this revision's text 1