feat: Windows DNS configuration via netsh #28

Merged
razvandimescu merged 16 commits from feat/windows-dns-config into main 2026-04-01 23:17:52 +08:00
Showing only changes of commit 7ed5415be6 - Show all commits

View File

@@ -39,3 +39,8 @@ jobs:
run: cargo clippy -- -D warnings run: cargo clippy -- -D warnings
- name: test - name: test
run: cargo test run: cargo test
- name: Upload binary
uses: actions/upload-artifact@v4
with:
name: numa-windows-x86_64
path: target/debug/numa.exe