From 00b59c083c0012813b866597c82c01105617b66c Mon Sep 17 00:00:00 2001
From: Pratik Lagaskar <pratik.lagaskar@mitaoe.ac.in>
Date: Mon, 15 Aug 2022 05:41:19 +0000
Subject: [PATCH] add vpn-hole in README

---
 README.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/README.md b/README.md
index 173ec0c..f9db66e 100644
--- a/README.md
+++ b/README.md
@@ -4,6 +4,7 @@ This repository contains all golang dependencies currently used in Bitmask Andro
 * shapeshifter: a library, based on shapeshifter-dispatcher for VPN communication over obfs4
 * IPtProxy: a library wrapping snowflake client and snowflake proxy, forked from https://github.com/tladesignz/IPtProxy and adapted for our purposes
 * pgpverify: a small library for verifying the inegrity of downloaded app updates (only used in apks distributed from a website)
+* Vpn-Hole: a library for blocking unwanted content like ads, trackers and malwares at DNS Level.
 * shared code between Bitmask Desktop and Mobile clients **(tbd.)**
 
 Run the follwing command to build Bitmask Core for all Android build flavors (runs currently only on Linux 64-bit distros):
-- 
GitLab