I attempted to add this as a whitelisted service to ferm.conf(just copied how 
other services looked)

                # White-list access to webserver
                daddr 127.0.0.1 proto tcp syn dport 3000 {
                    mod owner uid-owner amnesia ACCEPT;
                }

then ran
sudo /etc/init.d/ferm reload

and 
curl http://127.0.0.1:8080
still produces the same error. 

    504 Connect to 127.0.0.1:8080 failed: General SOCKS server failure
    The following error occurred while trying to access
    http:// 127.0.0.1:8080
    504 Connect to 127.0.0.1:8080 failed: General SOCKS server failure
    Generated Sat, 16 Nov 2013 18:11:43 UTC by Polipo on localhost:8118.

I even went as far as to try 
            mod owner uid-owner amnesia ACCEPT;
outside of any filter rule just to see if it would change things, but I still 
get the same result.

Does anyone know how I could resolve this?
_______________________________________________
Tails-support mailing list
[email protected]
https://mailman.boum.org/listinfo/tails-support

Reply via email to