diff --git a/net/tinyproxy/files/tinyproxy.init b/net/tinyproxy/files/tinyproxy.init index 4afdae6aa2..bf71dcbd9f 100644 --- a/net/tinyproxy/files/tinyproxy.init +++ b/net/tinyproxy/files/tinyproxy.init @@ -24,10 +24,10 @@ write_upstream() { [ -n "$target" ] && target=' "'"$target"'"' [ "$type" = "proxy" ] && [ -n "$via" ] && \ - echo "upstream $via$target" + echo "upstream http $via$target" [ "$type" = "reject" ] && [ -n "$target" ] && \ - echo "no upstream$target" + echo "upstream none$target" } proxy_atom() {