From bc60f6090ec859f29c678bc99e9255acb48bdc84 Mon Sep 17 00:00:00 2001 From: Sam Jage Date: Fri, 27 Mar 2026 13:54:20 -0400 Subject: [PATCH] GUI example --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 6761539..be91223 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,11 @@ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) **Uplink Manager** is a Windows utility that configures WinNAT to provide internet access to downstream devices via a dedicated **NAT Uplink** adapter. It’s designed for engineers who need to quickly set up network address translation on a Windows 11 Pro VM (e.g., VMware, Hyper‑V) with a few clicks. The tool also supports a **DNS proxy** that forwards DNS requests from clients to external resolvers (like 8.8.8.8). +--- + +

+ Uplink Manager GUI +

---