From 0aa89fbcd77034ef9cd2bb7c923fc0c7e08f14b5 Mon Sep 17 00:00:00 2001 From: sergeyfrolov Date: Thu, 30 Nov 2017 14:45:34 -0700 Subject: [PATCH] README: add CI build status --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0a6fdec..d15b132 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Secure forward proxy plugin for the Caddy web server - + +[![Build Status](https://travis-ci.org/refraction-networking/utls.svg?branch=master)](https://travis-ci.org/refraction-networking/utls) + This plugin enables [Caddy](https://caddyserver.com) to act as a forward proxy (as opposed to reverse proxy, Caddy's standard `proxy` directive) for HTTP/2.0 and HTTP/1.1 requests (HTTP/1.0 might work, but is untested). ## Caddyfile Syntax (Server Configuration)