Enable Allowlisting on Your Payment Device

Enable Allowlisting on Your Payment Device

Restrict the Self/Series device to only communicate with approved CyoGate endpoints — a critical security measure for unattended public-facing devices.

Required Endpoints

EndpointPort
secure.cyogate.net443
sdk.cyogate.net443
tms.cyogate.net443

Linux iptables

sudo iptables -P OUTPUT DROP
sudo iptables -A OUTPUT -d secure.cyogate.net -p tcp --dport 443 -j ACCEPT
sudo iptables -A OUTPUT -d sdk.cyogate.net    -p tcp --dport 443 -j ACCEPT
sudo iptables -A OUTPUT -d tms.cyogate.net    -p tcp --dport 443 -j ACCEPT
sudo iptables -A OUTPUT -p udp --dport 53  -j ACCEPT
sudo iptables -A OUTPUT -p udp --dport 123 -j ACCEPT
sudo iptables-save | sudo tee /etc/iptables/rules.v4
Test rules in a non-production environment first — overly restrictive rules will cause transaction failures.

Take Your Business to the Next Level

Find out how our innovative payment solutions can benefit your business. Reach out to us for more information or to get started!

Let's Get Started