chriscouch
Programmer
I'm working on my dns server and setting up a SRV record. However, it doesn't seem to be working as I can't connect to my website. I want it to be using port 9080 instead of 80. I am very new to this, so thanks for the help.
here is what I have... any suggestions would be appreciated.
$origin mywebsite.com.
@ SOA ( ns1.example.com. ; primary server
spam@me.net ; contact
2004112101 ; serial number
1s ; refresh
2s ; retry
1s ; expire
1s ) ; ncache ttl
mywebsite.com. A x.x.x.x
www A x.x.x.x
_http._tcp.mywebsite.com SRV 1 1 9080
any suggestions would be appriciated. thanks
Chris
here is what I have... any suggestions would be appreciated.
$origin mywebsite.com.
@ SOA ( ns1.example.com. ; primary server
spam@me.net ; contact
2004112101 ; serial number
1s ; refresh
2s ; retry
1s ; expire
1s ) ; ncache ttl
mywebsite.com. A x.x.x.x
www A x.x.x.x
_http._tcp.mywebsite.com SRV 1 1 9080
any suggestions would be appriciated. thanks
Chris