IP Masking

From Kaboom Wiki
Revision as of 00:43, 9 August 2026 by Opt (talk | contribs) (alts -> accounts)

IP masking refers to the practice of replacing real IP addresses with psuedorandom addresses, with the same original address producing the same psuedorandom address. This practice allows for increased player privacy on Kaboom and clones while still allowing for the accounts of a single IP address to be identified.

SNAT

This is the most common method of IP masking, as it is the method employed by Kaboom. Usually, this is done via iptables, but similar programs like nftables are able to achieve similar results.

The script to setup this particular method is available in the kaboomserver/framework repo.

Other means

On some clones, due to technical limitations like being behind a proxy, not having administrator access or not having a firewall capable of this, the operators may choose to provide IP masking via Ignite mods or server/proxy plugins.