G
G
gridmaniac2018-04-14 07:53:51
Domain Name System
gridmaniac, 2018-04-14 07:53:51

How to configure TCP access like tcp://domain.com:3333?

Usually, domain and IP address are set in DNS and port 80 is assumed.
Using NGINX, I configure proxy_pass from port 80 (or 443) to the port I need.
There is a TCP server that is available at IP Address: 3333
I have a domain.com domain.
What needs to be done so that the TCP client can connect to the server at tcp://domain.com:3333 ?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexander, 2018-04-14
@gridmaniac

DNS does not mean anything other than converting a name to an ip address. And what will work there at this address and which ports to listen to is your decision.
https://www.nginx.com/blog/tcp-load-balancing-udp-...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question