Dan Lenski
Dan Lenski
@PresGas wrote: > Current connection that has worked in the past is: > > `sudo openconnect -b --no-dtls --cafile /etc/ssl/certs/ca-certificates.crt --protocol=nc https://vpn.domain.com/groups -u username -s 'vpn-slice 10.79.0.0/16 ...and_about_5_other/16's --verbose --dump';sleep...
In order to implement [#fancy-split-DNS](https://github.com/dlenski/vpn-slice/labels/fancy-split-DNS) in a way that ordinary users can understand, it should be integrated into `vpn-slice` itself. I don't use split-DNS myself, so I've been asking for...
> And close PR https://github.com/borisbabic/browser_cookie3/pull/163? You should probably merge that one _first_, since it just makes small cleanup-y changes… > Is it okay if I merge this PR? You could,...
> (I get the RTNETLINK answers: Invalid argument error whether vpn-slice is in the picture or not) Yeah, it's just that `vpn-slice` checks failures much more carefully than the [default...
> > Detected MTU of 1182 bytes (was 1280) > > Aaaah, that's the problem. IPv6 _requires_ an MTU of _at least_ 1280 bytes. @mebigfatguy, please test cd40123. If OpenConnect...
> Exclude hosts by name I haven't implemented it thus far. See https://github.com/dlenski/vpn-slice/issues/16#issuecomment-750472059 for one reason why it's unlikely to work satisfactorily using `vpn-slice`'s approach to doing DNS lookups.
Also see https://github.com/dlenski/vpn-slice/pull/118#issuecomment-1624177196.
> Why it is returning empty string? Good question. If I use `reader.decode(your_image, pure_barcode=True)`, then it does work correctly, outputting… ```py BarCode(raw='https://ldtax.gov.bd/ldtax-holdings/individual-rashid-print-offline/M2ZRY085bkljUkc4a3c1K3JrNlFwUT09', parsed='https://ldtax.gov.bd/ldtax-holdings/individual-rashid-print-offline/M2ZRY085bkljUkc4a3c1K3JrNlFwUT09', path='/tmp/235306398-552ee662-2fd3-4cb2-b7a4-0feb00ff50f1.png', format='QR_CODE', type='URI', points=[]) ``` I wonder...
> I wonder if this is a regression in ZXing? What is your reader.zxing_version? I'm using the latest, 3.5.1. > > I note that the ZXing online decoder (https://zxing.org/w/decode.jspx) also...
Pull requests are welcome. :wink: (Frankly, writing the `stoken`-like CLI seemed kind of fun, but I actually don't think there's much value in it because almost everyone just wants to...