Henk van Maanen
Henk van Maanen
Had the same problem with the Hetzner CX cloud servers. Without nebula iperf3 would report around 7 Gbit/s between two servers. With nebula it wouldn't go above 1 Gbit/s. I...
Here's the link to the thread on the NebulaOSS slack channel: https://nebulaoss.slack.com/archives/CS01XE0KZ/p1619532900073100
These are the results between two CX servers, direct tunnel: ```iperf3 -c otherserver -b 10G -b 5G -P2``` = 5 Gbit/s ```iperf3 -c otherserver --udp -b 10G -b 5G -P2```...
- `--udp -b 2G -P5` - `--udp -b 1G -P10` - `--udp -b 5G -P2` All around 1 Gbit/s Via TCP I get 4 Gbit/s
Same problem here
> so I guess this project is dead...I'll be migrating all our systems off of it...it's a shame Is there a more up to date project that provides the same...
Thanks, will use that instead
Works like a charm, almost the same config as this project.
@dmitrystas this can be fixed too by the following code, it needs to be fixed in both QRSVG.ts and QRCanvas.ts: WRONG: `dot.draw( xBeginning + i * dotSize, yBeginning + j...
See fix here: https://github.com/sallandpioneers/qr-code-styling This fork will be maintained until further notice by Salland Pioneers (business).