Can I add aliases?

keep.google.com has a different IP than drive.google.com, how would I do that?

Am not sure what you want.
My example is giving the target:
drive.google.com
two aliases:
drive.google.de & keep.google.de.

What are you looking for ?

drive.google.de as alias for drive.google.com
and
keep.google.de as alias for keep.google.com

host-record=drive.google.com,172.217.21.238
cname=drive.google.de,drive.google.com

host-record=keep.google.com,172.217.20.110
cname=keep.google.de,keep.google.com

The keep.google.com IP is from:

pi@noads:~ $ host keep.google.com
keep.google.com has address 172.217.20.110
[..]

Remember, the target needs to be known!

EDIT: wrong IP (need to run lookups on own setup as sometimes is GEO location dependent!)

Thanks, that worked

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.