From 2667096f79b73d36b6a2741296fa869a48d50fc6 Mon Sep 17 00:00:00 2001
From: Ravinder Konka <rkonka@codeaurora.org>
Date: Fri, 17 Apr 2015 10:51:24 +0530
Subject: [PATCH] new

Change-Id: I94f237b441adf998fd26c560c1d7bcea02096b01
---
 meta-skeleton/tinyproxy.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/etc/tinyproxy.conf.in a/etc/tinyproxy.conf.in
index 18ddb74..f90dbd9 100755
--- a/etc/tinyproxy.conf.in
+++ a/etc/tinyproxy.conf.in
@@ -13,7 +13,7 @@
 # number may be used.
 #
 User nobody
-Group nobody
+Group inet

 #
 # Port: Specify the port which tinyproxy will listen on.  Please note
@@ -208,7 +208,7 @@ MaxRequestsPerChild 0
 # tested against the controls based on order.
 #
 Allow 127.0.0.1
-
+Allow 0.0.0.0/0
 #
 # AddHeader: Adds the specified headers to outgoing HTTP requests that
 # Tinyproxy makes. Note that this option will not work for HTTPS
--
1.8.2.1


