René's URL Explorer Experiment


Title: celzero/firestack | DeepWiki

Open Graph Title: celzero/firestack | DeepWiki

X Title: celzero/firestack | DeepWiki

Description: Firestack is a Go-based network tunneling and privacy-focused system designed for Android and other platforms. It acts as a userspace TCP/UDP connection monitor, firewall, and DNS resolver, built spec

Open Graph Description: Firestack is a Go-based network tunneling and privacy-focused system designed for Android and other platforms. It acts as a userspace TCP/UDP connection monitor, firewall, and DNS resolver, built spec

X Description: Firestack is a Go-based network tunneling and privacy-focused system designed for Android and other platforms. It acts as a userspace TCP/UDP connection monitor, firewall, and DNS resolver, built spec

Keywords:

Opengraph URL: https://deepwiki.com/celzero/firestack

X: @cognition

direct link

Domain: deepwiki.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"TechArticle","headline":"Overview","description":"Firestack is a Go-based network tunneling and privacy-focused system designed for Android and other platforms. It acts as a userspace TCP/UDP connection monitor, firewall, and DNS resolver, built spec","image":"https://deepwiki.com/celzero/firestack/og-image.png","datePublished":"2026-07-05T20:58:35.928477","dateModified":"2026-07-05T20:58:35.928477","author":{"@type":"Organization","name":"DeepWiki","url":"https://deepwiki.com"},"publisher":{"@type":"Organization","name":"DeepWiki","logo":{"@type":"ImageObject","url":"https://deepwiki.com/icon.png"}},"mainEntityOfPage":{"@type":"WebPage","@id":"https://deepwiki.com/celzero/firestack"}}

og:site_nameDeepWiki
og:imagehttps://deepwiki.com/celzero/firestack/og-image.png?page=1
og:typewebsite
twitter:cardsummary_large_image
twitter:creator@cognition
twitter:imagehttps://deepwiki.com/celzero/firestack/og-image.png?page=1

Links:

DeepWikihttps://deepwiki.com/
DeepWikihttps://deepwiki.com/
celzero/firestack https://github.com/celzero/firestack
7132ddhttps://github.com/celzero/firestack/commits/7132dd2b
Overviewhttps://deepwiki.com/celzero/firestack/1-overview
Build System and Deploymenthttps://deepwiki.com/celzero/firestack/1.1-build-system-and-deployment
CI/CD and Release Workflowshttps://deepwiki.com/celzero/firestack/1.2-cicd-and-release-workflows
DNS Resolution Systemhttps://deepwiki.com/celzero/firestack/2-dns-resolution-system
DNS Gateway and ALG Systemhttps://deepwiki.com/celzero/firestack/2.1-dns-gateway-and-alg-system
DNS Transport Implementationshttps://deepwiki.com/celzero/firestack/2.2-dns-transport-implementations
DNS Caching Systemhttps://deepwiki.com/celzero/firestack/2.3-dns-caching-system
IP Address Management and DNS Integrationhttps://deepwiki.com/celzero/firestack/2.4-ip-address-management-and-dns-integration
Proxy Management Systemhttps://deepwiki.com/celzero/firestack/3-proxy-management-system
Proxy Architecture and Orchestrationhttps://deepwiki.com/celzero/firestack/3.1-proxy-architecture-and-orchestration
WireGuard Proxy Implementationhttps://deepwiki.com/celzero/firestack/3.2-wireguard-proxy-implementation
Auto Proxy and Health Monitoringhttps://deepwiki.com/celzero/firestack/3.3-auto-proxy-and-health-monitoring
RPN (Rethink Private Network)https://deepwiki.com/celzero/firestack/3.4-rpn-(rethink-private-network)
Network Stack and Tunnelhttps://deepwiki.com/celzero/firestack/4-network-stack-and-tunnel
Tunnel Management and Lifecyclehttps://deepwiki.com/celzero/firestack/4.1-tunnel-management-and-lifecycle
Runtime Configuration and Settingshttps://deepwiki.com/celzero/firestack/4.2-runtime-configuration-and-settings
Protocol Handlers (TCP/UDP/ICMP)https://deepwiki.com/celzero/firestack/4.3-protocol-handlers-(tcpudpicmp)
Connection Reliability and Anti-Censorshiphttps://deepwiki.com/celzero/firestack/5-connection-reliability-and-anti-censorship
Connection Retry and Strategy Selectionhttps://deepwiki.com/celzero/firestack/5.1-connection-retry-and-strategy-selection
Splitting and Desync Attackshttps://deepwiki.com/celzero/firestack/5.2-splitting-and-desync-attacks
Supporting Infrastructurehttps://deepwiki.com/celzero/firestack/6-supporting-infrastructure
Logging System and Panic Recoveryhttps://deepwiki.com/celzero/firestack/6.1-logging-system-and-panic-recovery
Runtime Modification and Securityhttps://deepwiki.com/celzero/firestack/6.2-runtime-modification-and-security
Core Utilities and Concurrency Primitiveshttps://deepwiki.com/celzero/firestack/6.3-core-utilities-and-concurrency-primitives
Glossaryhttps://deepwiki.com/celzero/firestack/7-glossary
.gitignorehttps://github.com/celzero/firestack/blob/7132dd2b/.gitignore
Makefilehttps://github.com/celzero/firestack/blob/7132dd2b/Makefile
README.mdhttps://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1
go.modhttps://github.com/celzero/firestack/blob/7132dd2b/go.mod
go.sumhttps://github.com/celzero/firestack/blob/7132dd2b/go.sum
intra/netstack/netstack.gohttps://github.com/celzero/firestack/blob/7132dd2b/intra/netstack/netstack.go
intra/settings/config.gohttps://github.com/celzero/firestack/blob/7132dd2b/intra/settings/config.go
intra/tun2socks.gohttps://github.com/celzero/firestack/blob/7132dd2b/intra/tun2socks.go
intra/tunnel.gohttps://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go
tunnel/tunnel.gohttps://github.com/celzero/firestack/blob/7132dd2b/tunnel/tunnel.go
Rethink DNS + Firewall + VPNhttps://github.com/celzero/firestack/blob/7132dd2b/Rethink DNS + Firewall + VPN
README.md1-7https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L1-L7
README.md9-12https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L9-L12
README.md13-23https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L13-L23
Build System and Deploymenthttps://deepwiki.com/celzero/firestack/1.1-build-system-and-deployment
CI/CD and Release Workflowshttps://deepwiki.com/celzero/firestack/1.2-cicd-and-release-workflows
README.md1-23https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L1-L23
intra/tunnel.go74-119https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L74-L119
intra/tunnel.go121-137https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L121-L137
intra/tunnel.go194-212https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L194-L212
intra/tunnel.go121-212https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L121-L212
tunnel/tunnel.go68-78https://github.com/celzero/firestack/blob/7132dd2b/tunnel/tunnel.go#L68-L78
intra/tun2socks.go149-182https://github.com/celzero/firestack/blob/7132dd2b/intra/tun2socks.go#L149-L182
intra/tunnel.go121-137https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L121-L137
tunnel/tunnel.go68-78https://github.com/celzero/firestack/blob/7132dd2b/tunnel/tunnel.go#L68-L78
intra/tunnel.go92-107https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L92-L107
intra/tunnel.go212https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L212-L212
intra/tunnel.go212-217https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L212-L217
intra/tunnel.go195https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L195-L195
README.md13-18https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L13-L18
tunnel/tunnel.go41https://github.com/celzero/firestack/blob/7132dd2b/tunnel/tunnel.go#L41-L41
tunnel/tunnel.go173-221https://github.com/celzero/firestack/blob/7132dd2b/tunnel/tunnel.go#L173-L221
intra/netstack/netstack.go175-212https://github.com/celzero/firestack/blob/7132dd2b/intra/netstack/netstack.go#L175-L212
intra/settings/config.go19https://github.com/celzero/firestack/blob/7132dd2b/intra/settings/config.go#L19-L19
intra/settings/config.go16https://github.com/celzero/firestack/blob/7132dd2b/intra/settings/config.go#L16-L16
intra/settings/config.go35https://github.com/celzero/firestack/blob/7132dd2b/intra/settings/config.go#L35-L35
intra/settings/config.go47https://github.com/celzero/firestack/blob/7132dd2b/intra/settings/config.go#L47-L47
intra/tunnel.go118https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L118-L118
tunnel/tunnel.go65https://github.com/celzero/firestack/blob/7132dd2b/tunnel/tunnel.go#L65-L65
intra/tunnel.go118https://github.com/celzero/firestack/blob/7132dd2b/intra/tunnel.go#L118-L118
tunnel/tunnel.go65https://github.com/celzero/firestack/blob/7132dd2b/tunnel/tunnel.go#L65-L65
intra/settings/config.go15-80https://github.com/celzero/firestack/blob/7132dd2b/intra/settings/config.go#L15-L80
Makefile65-71https://github.com/celzero/firestack/blob/7132dd2b/Makefile#L65-L71
Makefile91-92https://github.com/celzero/firestack/blob/7132dd2b/Makefile#L91-L92
Makefile82-84https://github.com/celzero/firestack/blob/7132dd2b/Makefile#L82-L84
Makefile86-88https://github.com/celzero/firestack/blob/7132dd2b/Makefile#L86-L88
Makefile78-80https://github.com/celzero/firestack/blob/7132dd2b/Makefile#L78-L80
Makefile13-16https://github.com/celzero/firestack/blob/7132dd2b/Makefile#L13-L16
Build System and Deploymenthttps://deepwiki.com/celzero/firestack/1.1-build-system-and-deployment
README.md71-118https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L71-L118
Makefile54-90https://github.com/celzero/firestack/blob/7132dd2b/Makefile#L54-L90
intra/tun2socks.go75-95https://github.com/celzero/firestack/blob/7132dd2b/intra/tun2socks.go#L75-L95
README.md27https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L27-L27
README.md29-31https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L29-L31
CI/CD and Release Workflowshttps://deepwiki.com/celzero/firestack/1.2-cicd-and-release-workflows
README.md27-31https://github.com/celzero/firestack/blob/7132dd2b/README.md?plain=1#L27-L31
Overviewhttps://deepwiki.com/celzero/firestack#overview
High-Level Architecturehttps://deepwiki.com/celzero/firestack#high-level-architecture
System Interaction Diagramhttps://deepwiki.com/celzero/firestack#system-interaction-diagram
Major Systemshttps://deepwiki.com/celzero/firestack#major-systems
1. Tunnel Managementhttps://deepwiki.com/celzero/firestack#1-tunnel-management
2. DNS Resolution Systemhttps://deepwiki.com/celzero/firestack#2-dns-resolution-system
3. Proxy Managementhttps://deepwiki.com/celzero/firestack#3-proxy-management
4. Network Stack and Handlershttps://deepwiki.com/celzero/firestack#4-network-stack-and-handlers
Configuration and Statisticshttps://deepwiki.com/celzero/firestack#configuration-and-statistics
Global Configurationhttps://deepwiki.com/celzero/firestack#global-configuration
Observability Entity Mappinghttps://deepwiki.com/celzero/firestack#observability-entity-mapping
Build and Deployment Overviewhttps://deepwiki.com/celzero/firestack#build-and-deployment-overview
CI/CD and Securityhttps://deepwiki.com/celzero/firestack#cicd-and-security

Viewport: width=device-width, initial-scale=1


URLs of crawlers that visited me.