Julia Evans
Julia Evans
Can you share a pcap file of DNS packets from your Mac? (where it's not working). You can get one with `sudo tcpdump -i any port 53 -c 100 -w...
I'm still not sure what's going on here even with the pcap file you sent but I made a new release (0.1.1) that fixes a different bug -- can you...
I don't know what's going on and I had the time to look into it more yet. I'm happy to leave it open though -- it does seem like it...
@zenfish That tidbit about the `-k` flag is really interesting. I'm a bit confused about it though -- tcpdump on my Linux machine definitely doesn't have a `-k` option and...
Thanks so much for your work on this! 4 questions I have: 1. Why does this add an `interface` flag? Is it because the `any` interface doesn't exist on Windows?...
I'd be delighted to merge a PR that fixes the build on Windows (or any other OS).
I did a little more experimentation and discovered a workaround: if I nest two bwrap calls then I can listen on a privileged port in the new network namespace, even...
re the `--dev /dev` in the original example being a no-op: that's a good point, here's a more realistic reproduction of the same issue. This is on Manjaro, using GNU...
That's weird, I get the exact same results with nmap ncat as with GNU netcat: ``` $ ncat -v Ncat: Version 7.92 ( https://nmap.org/ncat ) Ncat: You must specify a...
I don't know if this is related or not, but I noticed that if `--dev /dev` is passed then the uid/gid mapping works a little differently ([here in bubblewrap.c](https://github.com/containers/bubblewrap/blob/7d54d050a2ef24aa2a88a625ea43fc4ed5e54fd7/bubblewrap.c#L2936-L2944)).