Skip to content

Tags: elig0n/go-wsl2-host

Tags

v0.3.5

Toggle v0.3.5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add GOOS=windows to support building from WSL devcontainer

v0.3.4

Toggle v0.3.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
More robust IP discovery, attempted fix for shayne#17

v0.3.3

Toggle v0.3.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Ignore docker-desktop WSL distros

v0.3.2

Toggle v0.3.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
fix logic around getting WSL IP, add more event logging

v0.3.1

Toggle v0.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add f.Sync to try and address shayne#9

v0.3.0

Toggle v0.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update README.md

v0.2.2

Toggle v0.2.2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Always remove eventlog source when calling emove shayne#7

v0.2.1

Toggle v0.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Only write hosts file if change, make Idx => idx

v0.2.0

Toggle v0.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
v0.2.0 - complete rewrite

v0.1.1-alpha

Toggle v0.1.1-alpha's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Support multiple IP addresses from hostname -I

If docker is running multiple IP addresses are returned by hostname -I,
we take the first one now.

Also if we update the IP address and it's shorter (in characters) than
the last IP address we have a corrupt wsl line, we now add a couple
empty lines to try and mitigate that.