I have four servers working with a private web app:
- g****.example.com with all profiles starting with g ( g1001, g1002, g1002 ..)
- m*****.example.com with all profiles starting with m (m1001 ...)
- s****.example.com ( s1001 ....)
- t****.example.com (t1001... )
i d like to setup dns record for my domain using a wildcar of some sorts: there is a way to setup a dns A record to something like
- g*.example.com 138.1.1.1
- m*.example.com 139.1.1.1 ....
thanks
F.