From 5ef864f5e36c7ade18bc109f604b01d10ef69fd9 Mon Sep 17 00:00:00 2001 From: Rodrigo Gomes da Silva Date: Mon, 30 Jan 2017 20:16:50 -0200 Subject: [PATCH] proxy support --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eed3324..bdd06c5 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,9 @@ Country name may be short or long: You can even wait for easyvpn to resolve the countries and then choose between them: > easyvpn -q +A proxy can be used to get data from vpngate.net: +> easyvpn -p http://myproxy:3128 + ## Contributing 1. Fork it! 2. Create your feature branch: `git checkout -b my-new-feature`