Hello,
I'm migrating a very old system made in PHP 5.2, however it does not have 1 file for database configuration, so all connections to the database are made locally in all files, which would be almost impossible to change manually.
I thought of creating a docker container with the same conditions as the old machine, but the DNS for the connection to the database will be modified after the migration.
Is it possible to bind from 1 DNS to another? Ex: Anytime a call is made to DNS dbmobile.example.com does it redirect to db.example.com?