node.js - How to redirect subdomain to a special port? -


in case, host 1 of instances @ digital ocean, using cloudflare dns sever.

i tried redirect domain , subdomain special port, not work.

domain rsv setting(not working):

type: rsv name: _http._tcp.mydomain.life value: srv 0 0 8080 mydomain.life <- ip 128.99.12.34 ttl: auto

subdomain rsv setting(not working):

type: rsv name: _http._tcp.mysub. value: srv 0 0 8080 othersubdomain.mydomain.life <- ip 128.99.12.34 ttl: auto

i have created record mydomain.life , mysub.mydomain.life.

the result is, both of them don't redirect 128.99.12.34:8080(netdata),

but connect 128.99.12.34(ghost)

am missing something?

or other solution can me redirect domain/subdomain special port?


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -