Sean Enck

Results 5 comments of Sean Enck

This: ``` package main import ( "fmt" "net" proxy "github.com/LiamHaworth/go-tproxy" ) func main() { raddr := net.UDPAddr{IP: net.IP{127, 0, 0, 1}} //laddr := net.UDPAddr{IP: net.IP{127, 0, 0, 1}} p, err...

That would make sense, I'm launching a batch file from Desktop and it's doing several things including starting teamspeak. I can give this a relatively quick test and update the...

Yeah - it's definitely based on where I'm running teamspeak from, I can locally adjust that in some way though I'd rather teamspeak not do this to me :/ Thanks...

@PabstMirror - was already using start so I was switching to `/d` at the same time you were probably updating this ticket (which is what I needed to do) @jonpas...

I was able to bootstrap a debian instance using the comment mentioned above and additionally added notes. Though, in my case, I'm using bullseye - I wonder if that would...