Is it possible to make such a record that all pages beginning with admin
are redirected to one IP address and something else is redirected to another IP address:
admin.some.example.com => 1.1.1.1 admin.thing.example.com => 1.1.1.1 admin.else.example.com => 1.1.1.1 some.example.com => 2.2.2.2 thing.example.com => 2.2.2.2 else.example.com => 2.2.2.2
Note that some
, thing
and else
can be anything.
source share