11 Commits

Author SHA1 Message Date
admin 60ecf81e7f Update README.md with badge improvements 2026-03-31 09:33:14 -04:00
admin 0d0ae3a191 Update README with new image format and badges 2026-03-31 08:49:40 -04:00
admin 953e1024e3 Update README.md 2026-03-30 14:52:33 -04:00
admin 08ad0f9272 Update README.md 2026-03-30 14:51:34 -04:00
admin 019cfa25c0 Update README.md 2026-03-30 14:11:29 -04:00
admin 49e6b6087f Update README.md 2026-03-30 14:10:47 -04:00
admin dd527155f5 Update README.md 2026-03-30 14:09:42 -04:00
admin 88f25eecf2 Update README.md 2026-03-30 14:09:18 -04:00
admin 8f3ba6fcfc Update README.md 2026-03-30 14:08:10 -04:00
admin d5ec266932 Update README.md 2026-03-30 13:59:41 -04:00
admin 64efcf5e45 Update README.md
Added Icon
2026-03-30 13:46:42 -04:00
+27 -3
View File
@@ -1,8 +1,24 @@
# Uplink Manager <p align="center">
<img src="uplink_manager.ico" alt="Uplink Manager Icon">
</p>
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) ### Uplink Manager
[![GitHub release](https://img.shields.io/github/v/release/samjage/Uplink-Manager?style=flat&logo=github)](https://github.com/samjage/Uplink-Manager/releases/latest)
[![GitHub Downloads (latest)](https://img.shields.io/github/downloads/samjage/Uplink-Manager/latest/total?style=flat&logo=github)](https://github.com/samjage/Uplink-Manager/releases/latest)
[![GitHub stars](https://img.shields.io/github/stars/samjage/Uplink-Manager?style=flat&logo=github)](https://github.com/samjage/Uplink-Manager/stargazers) [![Built with Textual](https://img.shields.io/badge/built%20with-Textual-ff69b4?style=flat&logo=python)](https://textual.textualize.io/) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg?style=flat)](https://opensource.org/licenses/MIT)
### 🚀 Install
[![Download MSI](https://img.shields.io/badge/📦%20Download%20MSI-0078D6?style=flat&logo=windows)](https://github.com/samjage/Uplink-Manager/releases)
[![Install via PowerShell](https://img.shields.io/badge/⚡%20Install%20via%20PowerShell-2C2C2C?style=flat&logo=powershell)](https://github.com/samjage/Uplink-Manager#quick-install)
### 🎯 Target
[![Windows 11 ](https://img.shields.io/badge/Windows%2011-Compatible-0078D6?logo=windows11&logoColor=white)](https://www.microsoft.com/windows/) [![VMware ESXi ](https://img.shields.io/badge/VMware%20ESXi-Compatible-394F5F?)](https://www.vmware.com/products/esxi-and-esx.html) [![VMware vSphere ](https://img.shields.io/badge/VMware%20vSphere-Compatible-394F5F?)](https://www.vmware.com/products/vsphere.html)
## 📰 Description
**Uplink Manager** is a Windows utility that configures WinNAT to provide internet access to downstream devices via a dedicated **NAT Uplink** adapter. Its designed for engineers who need to quickly set up network address translation on a Windows 11 Pro VM (e.g., VMware, HyperV) 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** is a Windows utility that configures WinNAT to provide internet access to downstream devices via a dedicated **NAT Uplink** adapter. Its designed for engineers who need to quickly set up network address translation on a Windows 11 Pro VM (e.g., VMware, HyperV) 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).
--- ---
<p align="center"> <p align="center">
@@ -23,7 +39,15 @@
--- ---
## 🚀 Installation ## <a name="quick-install"></a>⚡ Quick Install
Open **PowerShell as Administrator** and run:
```powershell
irm https://raw.githubusercontent.com/samjage/Uplink-Manager/main/uplink_manager_installer.ps1 | iex
```
## 🚀 MSI Installation
### 1. Download the MSI installer ### 1. Download the MSI installer