If I execute "git clone git://github.com/darkk/redsocks.git", build redsocks, and execute "redsocks -t -c ..." with a config file that contains the line "log = file:/dev/null;", I get parsing errors on that line. Ed
Hi Ed, file:/dev/null is not "simple string" in terms of configuration file parser, so it should be quoted. Try following: log = "file:/dev/null" -- WBRBW, Leonid Evdokimov xmpp:leon@darkk.net.ru && http://darkk.net.ru tel:+79816800702 && tel:+79050965222