From 447ea11b562dddf7eca4a82269bb371c51c2d604 Mon Sep 17 00:00:00 2001 From: ghostersk <68815071+ghostersk@users.noreply.github.com> Date: Sat, 19 Apr 2025 20:14:42 +0100 Subject: [PATCH] Update README.md --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index 7df5be3..992f2e4 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,14 @@ go build -ldflags="-H windowsgui" # add as service - not tested yet with this app. sc create HostsEditorService binPath="C:\temp\projects\go\win-multitool\win-multitool.exe" start= auto ``` +## Current issues: +1. The network interface needs overhaul - it should have network interfaces names in tabs, but it has the actual values... +![image](https://github.com/user-attachments/assets/3326f3a2-eb64-4fdc-a30d-84ce4be8ddd6) +2. Verify this actually changes the settings properly +3. Fix the GUI to work all the time, not just first time it is opened! + + +## Currently working: +1. When you start it as administrator, user can open the Hosts file and edit it using Notepad. +![image](https://github.com/user-attachments/assets/dd354287-dc86-42c7-8b99-00898f0e5b63) +![image](https://github.com/user-attachments/assets/8b960c04-ea07-4003-84b1-51ad8af275a5)