Vojtech Vitek (golang.cz)

Results 209 comments of Vojtech Vitek (golang.cz)

1. Thanks, I'll try the verbose debugging options and will report back. 2. ``` host = my-hostname port = 443 username = my-username password = ******* trusted-cert = xxxx07b9210e7251a6b5b66aaab0000c253440bffc613dd665xx938558ayyyyy ```...

Our VPN server is guarded by 2FA. So, when I run `openfortivpn`, it asks me to submit a one-time token interactively before creating a VPN tunnel. 1. So, yes I...

Please see the attached logs from ``` time openfortivpn --persistent=1 -v --pppd-log=pppd-log.txt | tee fortivpn-log.txt ``` [pppd-log.txt](https://github.com/adrienverge/openfortivpn/files/5464819/pppd-log.txt) [fortivpn-log.txt](https://github.com/adrienverge/openfortivpn/files/5464820/fortivpn-log.txt)

I will try, but I can't promise when exactly. Thanks for your support.

Reporting back, now without the `--persistent flag`, but still from OpenWRT: ``` DEBUG: gateway ---> pppd (42 bytes) DEBUG: pppd ---> gateway (42 bytes) DEBUG: gateway ---> pppd (58 bytes)...

I never hit this issue on Darwin. Though, I haven't tried Linux.

Thanks, that is useful. I didn't realize I was using `DefaultProgress`.

I see... ok. In best scenario, the `uiprogress` would read the terminfo from stdout and update the width itself.

These headers are a de-facto standard for rate-limiting (see https://www.ietf.org/archive/id/draft-ietf-httpapi-ratelimit-headers-07.html draft). Let's keep them as is. https://github.com/go-chi/httprate/blob/3327e65758bd2f38762b8e8760040d77ebf5f919/limiter.go#L99-L101 If you need to remove the headers for some reason, you can write...

I've just noticed this unlinked PR: https://github.com/go-chi/httprate/pull/16. Reopening.