add resolve function compatible with SOCKS proxies

This commit is contained in:
idk
2020-09-13 16:51:06 -04:00
parent a516752491
commit 7fa46ffc98
3 changed files with 14 additions and 3 deletions

View File

@ -1,9 +1,9 @@
USER_GH=eyedeekay
VERSION=0.32.26
VERSION=0.32.27
packagename=gosam
echo:
echo: fmt
@echo "type make version to do release $(VERSION)"
version:
@ -22,3 +22,6 @@ tar:
link:
rm -f ../goSam
ln -sf . ../goSam
fmt:
gofmt -w -s *.go */*.go

View File

@ -87,5 +87,7 @@ will produce a viable source package for use with Launchpad PPA's and other
similar systems.
### TODO
* Implement `STREAM ACCEPT` and `STREAM FORWARD`
* Improve recovery on failed sockets
* Implement `STREAM FORWARD`
* Implement datagrams (Repliable and Anon)

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
golang-github-eyedeekay-gosam (0.32.27) UNRELEASED; urgency=medium
* Add a Resolve function to fulfill SOCKS5 proxy requirements
-- idk <hankhill19580@gmail.com> Sun, 13 Sept 2020 04:48:27 -0500
golang-github-eyedeekay-gosam (0.32.26) UNRELEASED; urgency=medium
* Fix mistaken-identity issue with listeners