Hello all
It might be a simple question, but I have the docker version of NX Filter running using the simple line of
docker run -dt --name nxfilter --restart unless-stopped -v nxfilter-conf:/nxfilter/conf -v nxfilter-log:/nxfilter/log -v nxfilter-db:/nxfilter/db -p 80:80 -p 443:443 -p 53:53/udp -p 19002-19004:19002-19004 packetworks/nxfilter-base:latest
NXFilter appears to run, the web page and admin account works, however its currently not blocking anything ? Have I missed a vital step to get basic blocking operational ?
Thanks
Magnus
It might be a simple question, but I have the docker version of NX Filter running using the simple line of
docker run -dt --name nxfilter --restart unless-stopped -v nxfilter-conf:/nxfilter/conf -v nxfilter-log:/nxfilter/log -v nxfilter-db:/nxfilter/db -p 80:80 -p 443:443 -p 53:53/udp -p 19002-19004:19002-19004 packetworks/nxfilter-base:latest
NXFilter appears to run, the web page and admin account works, however its currently not blocking anything ? Have I missed a vital step to get basic blocking operational ?
Thanks
Magnus
Comment