mirror of
https://github.com/rejetto/hfs2.git
synced 2025-12-19 18:13:46 +01:00
9 lines
520 B
Plaintext
9 lines
520 B
Plaintext
Normal behavior of the Ban is to prevent access to the addresses you specify (also called black-list).
|
|
If you want the opposite, to allow the addresses that you specify (white-list), enter all addresses in a single row preceded by a \ character.
|
|
|
|
Let say you want to allow all your 192.168 local network plus your office at 1.1.1.1.
|
|
Just put this IP address mask: \192.168.*;1.1.1.1
|
|
The opening \ character inverts the logic, so everything else is banned.
|
|
|
|
If you want to know more about address masks, check the guide.
|