How to set up a protected IP on Windows
If you are running on a VPS, there is a chance you might want to protect yourself from application-specific DDoS attacks.
Protected IP Setup Example
netsh interface ip set address "Ethernet" static 45.144.246.3 255.255.255.224 45.144.246.1netsh interface ip set dns "Ethernet" static 1.1.1.1netsh int ipv4 add address "Ethernet" 45.144.246.34 255.255.255.224 skipassource=true gateway=45.144.246.33FiveM Configuration
endpoint_add_udp "0.0.0.0:30120"endpoint_add_udp "YOUR-PROTECTED-IP:30120"Last updated
Was this helpful?