Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

tunnel+conf+ui: periodic update of endpoint ip #18

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'master' into update-endpoint-ip
tripplet committed Apr 3, 2022
commit 47d280f92c1eebb4a827edfe866fb47547de6a50
2 changes: 0 additions & 2 deletions conf/dnsresolver_windows.go
Original file line number Diff line number Diff line change
@@ -17,8 +17,6 @@ import (
"golang.zx2c4.com/wireguard/windows/services"
)

//sys internetGetConnectedState(flags *uint32, reserved uint32) (connected bool) = wininet.InternetGetConnectedState

func ResolveHostname(name string) (resolvedIPString string, err error) {
maxTries := 10
if services.StartedAtBoot() {
You are viewing a condensed version of this merge commit. You can view the full changes here.