Min Idzelis

Results 21 issues of Min Idzelis

I would like to prevent streaming so that I could cache the proxy response for a short while. (Using something like this...) ```javascript const cache = duration => { return...

Alpine based images are 35mb while debian:bullseye-20230502-slim is 135mb. Docker-compose could use postgres:14-alpine for another reduction in size. Also added UID/GID to the docker-compose. This is a best practice. Otherwise...

Fixing my own reported issue #252 Though, this might also for for #253 and issue #201 The problem is that the previous signal handling didn't work properly. Previously, on a...

`add_nexthop_routes()` and or `add_openvpn_routes()` will not remove the blackhole added by `add_blackhole_routes()` because the blackhole is added via `default` (0.0.0.0/0) but replaced using `0.0.0.0/1`, and `128.0.0.0/1`. I also noted a...

Regarding segment of code in `add-vpn-iptables-rules.sh` ``` # Exempt the local VPN IPs for addr in $(ip a show dev ${dev} 2>/dev/null | sed -En s/".*inet ([^ \/]+)(\/[0-9]+)? .*"/"\1"/p); do...

It appears that there was a CONFIG_FILE variable, but it was unused. The scripts always try to source conf from `./vpn.conf` (so relative to the current working directory). Modify scripts...

Fixes #629 > It's a good idea to open an issue first for discussion. - [x] Tests pass - [x] Appropriate changes to README are included in PR - [x]...

Fixes #634 > It's a good idea to open an issue first for discussion. - [x] Tests pass - [x] Appropriate changes to README are included in PR - [x]...

## Expected Behavior Old scripts written for zx < 5 used the chalk tagged-template format like this: https://github.com/chalk/chalk/tree/v4.1.2 ``` console.log(chalk` There are {bold 5280 feet} in a mile. In {bold...