I have setup a simple filter list to drop access to facebook, youtube etc... using content filtering.
Is it possible to allow an IP or three through these filtering rules?
Code: Select all
chain=forward action=drop content=facebook log=no log-prefix=""
Code: Select all
chain=forward action=accept dst-address-list=allowed log=no log-prefix=""
Did i make a fatally beginner mistake here?
I realised i wasnt thinking correctly with trying to drop p2p connections, instead of marking and trying to route it somewhere a filter rule should handle it fine.
Code: Select all
chain=forward action=drop p2p=all-p2p log=no log-prefix="