
Originally Posted by
Mentort
Still not helping. I know how to set up cloudflare.
Can someone tell me which IP to point cloudflare, which ip to point the domain and where to point the domain?
Also, how to hide the ip in Netstat?
This should stop people using netstat to find your IP/PORT
Add your domain to cloudflare, Update you DNS name to the ones cloudflare provided during the setup:

In cloudflare go to DNS Settings:
127.0.0.1 = your VPS IP
make sure the othe cloud under "Active" is orange, if it's not just click it

If you use XZ Networks TCP Reverse Proxy:
Change 127.0.0.1 to your VPS IP
Change 30000 to the port your emu uses

You will also need to run these if you use Phoenix
PHP Code:
UPDATE server_settings SET enable_securesessions = '0';
UPDATE server_settings SET enable_antiddos = '1';
UPDATE server_settings SET ip_lastforbans = '1';