Nate Sales

Results 29 issues of Nate Sales

Just a quick markdown syntax fix to correct the mailto link.

This is great work! Can you add a license to cover this repo? ref: https://choosealicense.com/no-permission/

I'm trying `xdp_router` under https://github.com/xdp-project/xdp-tutorial/blob/master/packet-solutions/xdp_prog_kern_03.c, but after loading the program onto 2 NICs, I'm no longer able to ping through the router with a reasonable amount of packet loss. (One...

dnsproxy will report client IP addresses of failed TLS connections and other network errors. Would you consider a PR for a `--anon-logging` flag to disable all logging that may expose...

When building an image with the `lts` kernel-flavor, the resulting image isn't able to find the root fs to mount. ![image](https://user-images.githubusercontent.com/20391440/117529206-1dc9a000-af8b-11eb-869b-183decdd4b25.png) I'm using `sudo ./alpine-make-vm-image --image-format qcow2 --kernel-flavor lts alpine-test.qcow2`...

- [x] `--tls-sni` - [x] `--padding` - [ ] `--retry` - [ ] `--cookie` - [ ] `--tap-dump` (dump to DNSTAP file) - [ ] `--tap-read` (read from DNSTAP file...

Currently, the default metrics HTTP server is available at `:8080` which may conflict with other processes as 8080 is a common HTTP port. Prometheus suggests picking a unique and publicly-documented...

This addresses #88 where package updates overwrite the `/etc/defaults/gortr` file, loosing any configured runtime arguments. By adding the `--config-files` flag, fpm instructs the system package manager to prompt before overwriting.