Eric Lindvall

Results 85 comments of Eric Lindvall

Do you think it makes more sense to make `papertrail-add-system` do an update or should we have a `papertrail-update-system` command that is separate?

Can you give me an idea what the use case is for needing to do an add-or-update? Maybe it'll help figure out the right name of it...

Sorry for the long delay here. I believe I've come up with an even better solution to this problem. I've added a `--destination-port` option to `papertrail-add-system` that will allow you...

My thinking was, if you use this new way (of registering a hostname to send to a destination port), you won't need to specify the source IP, which means you...

I've gone that route and it does appear to have fixed the hang I was seeing!

With the current state of the library, what is the correct behavior when a deref times out? Should I be calling `.close()` on the client and then `.connect()` again?

It does look like there is reconnection logic, but I couldn't see where a reconnection would happen if a deref timed out. Without a write timeout, it seems that you...

For my specific case, Speedify has a webserver that is embedded in it that has a very simplistic authentication scheme that denies anything that doesn't have a `Host:` header of...

As I was experimenting more, I figured out how to get the information I need to be able to poll for the state, and get the `AuthURL`: ``` go server...