firestack icon indicating copy to clipboard operation
firestack copied to clipboard

Userspace wireguard and network monitor

Results 43 firestack issues
Sort by recently updated
recently updated
newest added

A user says, > Can configuration of DoH in Rethink allow customizing SNI and host name as well? As in, domain fronting...

> The protocol whitelister only allows (“whitelists”) a small list of protocols to be used, posing a threat to almost all existing censorship-evasion tool deployments (VPNs, Tor, Proxies, etc). ####...

Please implement support for Tor `OptimisticData` feature. Requires to [lie to the application that the SOCKS Handshake has succeeded immediately, allowing the application to begin sending data optimistically.](https://gitlab.torproject.org/tpo/core/torspec/-/blob/main/proposals/309-optimistic-socks-in-tor.txt#L10-12) For Reference,...

> The smart solution of the DNS Firewall does not block anything except custom DNS but now allows to force use it by "Forward all traffic to port 53 to...

Make use of tor/orbots stream circuit Isolating, by using dynamic socks5 username&password authentication for where it makes privacy Enhancement. For now, if you visit embedded YouTube in browser and open...

I know two methods: 1. use unconnected UDP sockets 2. bind multiple UDP sockets to one address This mapping behavior makes NAT traversal between two rethink users possible.

```jsx I ns: dispatch: fds: stop: eve(290) tun(279); err? I proxy: exit: dial(tcp) to 31.13.79.2:443; err? I tcp: new conn 1c16cd09a06f03c2 via proxy(Exit); src(10.111.222.1:48486) -> dst(31.13.79.2:443) for 10268 I rdial:...

``` 2024-06-02 21:23:51.184 8765-17004 GoLog com.celzero.bravedns E multihost.go:142: W multihost: wg5dns no domains or ips 2024-06-02 21:23:51.184 8765-17004 GoLog com.celzero.bravedns E wgconn.go:413: W wg: bind: wg5 recvFrom(invalid AddrPort): 0 /...

``` ➜ firestack git:(n2) ✗ go install github.com/butuzov/ireturn/cmd/ireturn@latest go: downloading github.com/butuzov/ireturn v0.3.0 go: downloading golang.org/x/tools v0.17.0 ``` https://blog.theodo.com/2022/08/go-nil-interfaces/ ``` ➜ firestack git:(n2) ✗ ireturn ./... /home/murtaza/bravehub/firestack/intra/log/logger.go:89:1: NewLogger returns interface (github.com/celzero/firestack/intra/log.Logger)...