Skip to content

Filtered Clients Setup

Eric Voskuil edited this page Mar 16, 2017 · 3 revisions

Access to a server's endpoints can be limited to a list of IP addresses, as follows. This configuration limits both secure and public endpoints.

[server]
client_address = 127.0.0.1
client_address = 192.168.1.42
client_address = 192.168.1.43
client_address = 192.168.1.44

Given that an IP address can be spoofed this form of access control is weak, but may be sufficient in certain scenarios. For strong access control use restricted clients.

Clone this wiki locally