firestack
firestack copied to clipboard
Userspace wireguard and network monitor
For ex, 350 entries for the (blocked) domain `in1.wzrkt.com` filled with, what looks like, auto-gen ipv6 (from one base addr `2600:9000:...`): logs ipv6: ```sh VV intra: filterFamily(v4? true, v6? true,...
Hi, I'm trying to use the lib to build an iOS/MacOS NEPacketTunnelProvider to setup a local DNS filtering VPN. To do so it seems that I need to build a...
[ipmapper_err.txt](https://github.com/user-attachments/files/16850386/ipmapper_err.txt)
logs logs: ```jsx I bootstrap.go:140: I dns: default: DNS reinit rethink w/ 8.8.4.4,2001:4860:4860::8844 I bootstrap.go:68: I dns: default: DNS new 8.8.4.4,2001:4860:4860::8844 rethink I natpt.go:51: I natpt: new; mode(&{{{} 1} {{}...
```js I ipmap.go:202: D ipmap: Get: 2001:4860:4860::8844 => [] I protect.go:67: D control: netbinder: Exit: udp6([2001:4860:4860::8844]:53); err? D bind: Exit, 214, rinr? true W no network to bind, who: Exit,...
Not working. I'm trying inserting code in other positions.
https://github.com/ProtonVPN/wireguard-go/blob/b2a93eb644a2a3b1c65fd53daa49397e719b4056/conn/bind_std_tcp.go#L88 This can be hopped over [serverless-proxy](https://github.com/serverless-proxy/serverless-proxy) for celzero/rethink-app/issues/946
> Which commit of `hussainmohd-a/rethink-app` can be built with the latest `celzero/firestack`? rethink on my phone is outdated. > > Interesting. Would such an impl (essentially, half-duplex?) make https://github.com/celzero/firestack/issues/77 work...
`netstack(tun).InboundUDP()` (used by `udpmux.go` to vend netstack routes for remote IPs a `mxconn` isn't connected to) seemingly results in ALL subsequent UDP connections to timeout / non responsive. https://github.com/celzero/firestack/blob/23f8b882bae69b8c4b3f95473bfea06721154d56/intra/netstack/udp.go#L85-L97 We...
seccomp on pidfd + sigsys handling on older Android < 12 results in crash. From: - https://github.com/tailscale/tailscale/issues/13452 ``` 2024-11-21 11:15:03.968 DEBUG signal 31 (SIGSYS), code 1 (SYS_SECCOMP), fault addr --------...