Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 553 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 553 Bytes

VIMES

Very Important Managing of Encrypting a Service

Proof of concept, do NOT use in production

This is not high code quality but exists as a proof of concept. Not recommended to run in a production enviornment.

Description

An endpoint DNS proxy that opprotunisitically upgrades DNS to an encrypted protocol without overriding the DNS server issued via DHCP. For Windows.

Installation

  1. Open a terminal as Administrator
  2. python3 -m venv .env
  3. .\.env\Scripts\activate
  4. pip install -r requirements.txt
  5. python vimes.py