mirror of
https://github.com/mageddo/dns-proxy-server.git
synced 2026-04-25 17:35:54 +03:00
[GH-ISSUE #308] DPS 3 - Some Windows issues #110
Labels
No labels
bug
confirmed
discussion
duplicate
enhancement
feature
feature-request
not-planned
pull-request
secondary-feature
stale
triage
waiting-feedback
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/dns-proxy-server-mageddo#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mageddo on GitHub (Feb 24, 2023).
Original GitHub issue: https://github.com/mageddo/dns-proxy-server/issues/308
What is expected
What is Happening
DPS is working but some errors are happening:
=> ❌ GUI taking forever every time I click to save or delete one dns entry, the ajax request keep pending, if a open a new tab and load all the changes took effects, buuuuut didn't get this issue after a second restart, don't know, maybe a output stream missing a close statement when the configuration file is created ?
R: won't able to reproduce anymore
=> ✔️ Windows running it instructions on the website are fine, followed them and got success
It needs one adjustment, ipv6 option must be disabled or windows will prefer to solve using automatically ipv6 network dns
=> ✔️ Automatic configurator is trying to configuring DPS as default DNS on Windows looking for resolv.conf file , see auto-config-error.log
auto-config-error.log
=> ✔️ Jar JRE 17 version is working great on windows
=> ✔️ Happening TCP requests where the received header size is different from how many bytes were read from the input stream, it means I will have to controll the buffer size until it met the expected size by the header.
logs
=> ❌ Test
--initialize-at-run-time=com.github.dockerjava.transport.NamedPipeSocket$Kernel32scenario on WindowsWon't fix for now because there is no native image for windows right now
=> ✔️ Other issues, see other.log
other.log