mirror of
https://github.com/samjage/Uplink-Manager.git
synced 2026-06-06 00:40:42 +00:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 60ecf81e7f | |||
| 0d0ae3a191 | |||
| 953e1024e3 | |||
| 08ad0f9272 | |||
| 019cfa25c0 | |||
| 49e6b6087f | |||
| dd527155f5 | |||
| 88f25eecf2 | |||
| 8f3ba6fcfc | |||
| d5ec266932 | |||
| 64efcf5e45 |
@@ -1,8 +1,24 @@
|
||||
# Uplink Manager
|
||||
<p align="center">
|
||||
<img src="uplink_manager.ico" alt="Uplink Manager Icon">
|
||||
</p>
|
||||
|
||||
[](https://opensource.org/licenses/MIT)
|
||||
### Uplink Manager
|
||||
[](https://github.com/samjage/Uplink-Manager/releases/latest)
|
||||
[](https://github.com/samjage/Uplink-Manager/releases/latest)
|
||||
[](https://github.com/samjage/Uplink-Manager/stargazers) [](https://textual.textualize.io/) [](https://opensource.org/licenses/MIT)
|
||||
|
||||
### 🚀 Install
|
||||
[](https://github.com/samjage/Uplink-Manager/releases)
|
||||
[](https://github.com/samjage/Uplink-Manager#quick-install)
|
||||
|
||||
### 🎯 Target
|
||||
|
||||
[](https://www.microsoft.com/windows/) [](https://www.vmware.com/products/esxi-and-esx.html) [](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. 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).
|
||||
|
||||
---
|
||||
|
||||
<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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user