BJ Dierkes
BJ Dierkes
Apologies if this is redundant, however is it possible to get the hostname of the parent host running the container? I am attempting to use PaperTrail, and having the Container...
@fsegouin I did try to remove that line from the client config, but then no traffic would make it over VPN and couldn't connect to anything.
@pieterlange that link to the doc looks promising... I'll have to try that... though would ideally like to not regen the config if possible. I assume that would break existing...
This worked by adding the following to `${OVPN_DATA}/ovpn_env.sh`: ``` declare -x OVPN_DEFROUTE="0" declare -x OVPN_ROUTES=("W.X.0.0/16" "W.Y.0.0/16") ``` Where `W.X` and `W.Y` are the obfuscated obviously. Setting `OVPN_DEFROUTE="0"` makes it automatically...
Apologies, I spoke too soon.. the above change wasn't enough (no traffic is passing through VPN with that). So my issue is, I guess, that even with `OVPN_ROUTES` set (as...
@andrewrembrandt thanks, you're right... and I've finally got it working, but I still needed to add the following configurations to `openvpn.conf` to get it to work: ``` push "route W.X.0.0...
@Glennmen Yes, I am familiar with that... and that project helped get the built-in support for copy to clipboard. What I'm looking for is the "automatically for any code block"...
@Glennmen yes, that's correct. This request might fit better in clipboard.js, but since that project links to this project I landed here. Happy to move it to clipboard.js and/or provide...
As a followup, using the BottomEdge setting is helpful... however only for keeping my thumb/index from trigging a two finger gesture together. On the flip side... doing a two finger...
Same issue, fix from @externl works for me as well on: - Vagrant: 2.2.13 - AWS Plugin: 0.7.2