Bendik
Bendik
@mc0e @s1kx I've implemented the basic idea in [#37](https://github.com/ccontavalli/ssh-ident/issues/37)
Hi Can you print the values of `IP` and `PREFIX`? Add statements in the beiginning of `getnetmask`: ``` echo "IP: $IP" echo "PREFIX: $PREFIX" ```
Feel free to create a pull request when you have a generic solution.
Ok guys. Updated README with description on how to use with OpenVPN. The new script [link_up_user_filter.sh](../tree/master/link_up_user_filter.sh) can be also be run manually from the command line. To answer berturion's questions:...
Hi This is a work in progress, and I haven't actually used this myself yet, so it's a bit rough in the edges. `iptables_user_filter.sh` is basically copied from https://www.niftiestsoftware.com/2011/08/28/making-all-network-traffic-for-a-linux-user-use-a-specific-network-interface/ with...
You can use freezegun to advance the time ``` # Setup scheduler and add job with trigger in 5 seconds ts_advance = datetime.now() + timedelta(seconds=5) with freezegun.freeze_time(ts_advance, tick=True): await asyncio.sleep(0.2)...
Hi Feel free to submit a PR with updated docs!
Yeah, I noticed that was supported for the `DockerLatentWorker`. Any idea about how this will be handled regarding the lang and image attributes? Say we implement support for `LibVirtWorker`, we'd...
> Swagger is a good choice, I would prefer not storing the source code in codebase. Can we install with npm and copy what is needed in setup/install? Certainly. I...
Try this: https://github.com/rainycape/dl/pull/10