Skip to content
Springcomp edited this page Feb 8, 2026 · 2 revisions

DNS Configuration

Create an A record that points app.mydomain.com. to your server IP. To verify, the following command:

dig @1.1.1.1 app.mydomain.com a

should return your server IP.

Clone this wiki locally