#Custom domain with flask

1 messages · Page 1 of 1 (latest)

ivory cobalt
#

Hello, I bought a domain here and now I want to host it on a python server wuth flask. How can I connect the domain with flask python?

topaz mangoBOT
#

Hi there 👋
Thank you for creating a post on our Community Forum. Please keep in mind that we don't provide official support on Discord. This is a forum for the community, by the community. Meaning that help is not guaranteed. Now let's wait and see if someone of our lovely community can help you out!

newtip TIP: Need actual official support? Reach out to our customer care: zaplivechat
https://zap-hosting.com/en/customer/support/

topaz fjord
# ivory cobalt Hello, I bought a domain here and now I want to host it on a python server wuth ...

Get the IP address of your server: You can get the IP address of your server by running the command "ifconfig" (on Linux or macOS) or "ipconfig" (on Windows) on your server terminal.

Configure DNS records: You need to configure DNS records for your domain name to point to the IP address of your server. You can do this by creating an "A" record (for IPv4) or an "AAAA" record (for IPv6) that maps your domain name to your server's IP address.

ivory cobalt
#

Or how

topaz fjord
#

you have to point the domain to your flask app