Windows Server only resolves to localhost

Hi Support.
I cant get the url http://test.leekes.co.uk (with or without the port) to resolve to our Gitea installation.

I’ve successfully installed gitea-1.7-windows-4.0-386 as a service on my win2012 r2 (rackspace) remote server and can successfully log into localhost:3000.
I can’t find a way of resolving our [http]test[dot]leekes[dot]co[dot]uk domain to the git server while the ip address ([http]134[dot]213[dot]155[dot]168:3000/) does resolve.

The app.ini is:
[server]
LOCAL_ROOT_URL = [http]localhost:3000/
SSH_DOMAIN = test[dot]leekes[dot]co[dot]uk
DOMAIN = test.leekes[dot]co[dot]uk
HTTP_PORT = 3000
ROOT_URL = [http]test[dot]leekes[dot]co[dot]uk/
DISABLE_SSH = false
SSH_PORT = 22
LFS_START_SERVER = true
LFS_CONTENT_PATH = C:/inetpub/gitea/data/lfs

Has anyone come across this before - am I missing something in the initial setup.
Many thanks and sorry for the [dot] (new post limitation)
Rhys

The same issue with you. I don’t have DNS however.