This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Socks services and ports Deny

why can´t I write my own rules into the sockd.conf?
Should I use Dante´s manual or is it an other Sock daemon?

I can`t figure how to block Kazaa or IRC but let my users log into Messenger or ICQ

Thanks


This thread was automatically locked due to age.
Parents
  • DFR,

    you can, do it in /var/chroot-socks/etc/sockd.conf-default

    Disable and enable the SOCKS proxy within WebAdmin after
    you are ready with your changes!

    Make sure that you do not touch any params we use
    for the general configuration.

    read you
    o|iver
  • Ok, I already touched that file, but the daemon doesn't start with the new entry.

    I'm posting those lines below...
    ----------------------------------
    #block kazaa
    block {
           from: 0.0.0.0/0 to 0.0.0.0/0 port eq 1214
           log: connect error
    }
    --------------------------------------
    thank you very much
Reply
  • Ok, I already touched that file, but the daemon doesn't start with the new entry.

    I'm posting those lines below...
    ----------------------------------
    #block kazaa
    block {
           from: 0.0.0.0/0 to 0.0.0.0/0 port eq 1214
           log: connect error
    }
    --------------------------------------
    thank you very much
Children