Skip to content
View allanjoshuaf's full-sized avatar
  • Israel

Block or report allanjoshuaf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
allanjoshuaf/README.md

Hey, I'm Al 👋

Network & Infrastructure Engineer - VPN, encrypted tunneling, routing and DNS. I build, break and debug real infrastructure. Not tutorial environments.

What I work on

  • Secure tunneling & traffic interference resistance ; VLESS + XTLS-Vision + Reality, steal-oneself architecture, Caddy masquerade, sing-box client/server, AmneziaWG, automated deployment via NSSM
  • Routing & DNS integrity ; TUN routing, FakeIP DNS, DNS-over-HTTPS, leak prevention, per-application routing, ruleset-based traffic engineering, policy routing, traffic segmentation
  • Embedded & home-lab networking ; OpenWrt SNAPSHOT (qualcommax/ipq60xx, kernel 6.12), Asus Merlin, GL.iNet AX1800, dual-router topology, firewall and tunnel routing
  • Diagnostics & analysis ; SNI filtering, TCP reset timing, TTL behavior, malformed TLS probes, WebRTC leaks, DNS resolver behavior, TLS handshake analysis, routing conflicts
  • Infrastructure tooling ; Python network probes, JSON reporting, Caddy native APIs, static diagnostic frontends, Windows services, Linux deployment, production log analysis

Stack

Networking      TCP/IP · DNS · TLS · SNI · HTTP/2 · WebRTC · TUN · Routing
Security        Traffic analysis · Leak detection · TLS fingerprinting · Path validation
Tunneling       sing-box · VLESS · XTLS-Vision · Reality · WireGuard · AmneziaWG
Infrastructure  OpenWrt · Caddy · Linux · Windows · NSSM · Static hosting
Development     Python · JavaScript · HTML/CSS · JSON · REST-style APIs
Diagnostics     Wireshark-ready output · RTT analysis · DNS probes · Header inspection

Repositories worth exploring

  • dpi-probe - Python toolkit for detecting traffic interference on the local network path.

    Signals tested: SNI filtering, TCP reset timing, TTL anomalies, malformed TLS behavior, HTTP response injection.
    Output: JSON reports with per-signal confidence scoring, median/p95 timing, variance, and consistency rates.
    Why it matters: separates raw network observations from interpretation instead of pretending timing data is proof.

  • singbox-configs - Production-grade secure tunneling setup with VLESS, XTLS-Vision, Reality, and steal-oneself architecture.

    Includes: sing-box client/server configs, Caddy fallback, FakeIP DNS, TUN routing, DoH, IPv6 rejection, NSSM service deployment.
    Focus: TLS consistency, DNS integrity, leak prevention, and routing reliability under restrictive network conditions.

  • netDiag - Deploy-ready browser-based diagnostics frontend for Reality / steal-oneself deployments.

    Checks: IP/ASN visibility, WebRTC leaks, DNS resolver behavior, TLS/HTTP properties, request headers, latency, privacy score.
    Stack: HTML, CSS, Vanilla JS, Caddy native API endpoints. Zero npm, zero framework, zero analytics, no external calls on page load.


Additional Background

Formal training in full-stack web and mobile development.
Backend exposure: Node.js, Express, REST APIs, PostgreSQL, MongoDB, SQLite.

I use this mainly to build network tooling, diagnostic frontends, APIs, dashboards, and deployment utilities.

Open Source

SagerNet/sing-box - PR open · 33.6k ★
Implemented fix for a Zip Slip path traversal vulnerability in downloadZIP().
Path containment validation via filepath.Clean + regression test - ref. issue #4117.

Building reliable infrastructure under real-world constraints.

Pinned Loading

  1. dpi-probe dpi-probe Public

    dpi-probe Python DPI detection toolkit: SNI filtering, TCP reset timing, TTL anomalies, malformed TLS probes, JSON reports, confidence scoring.

    Python 1

  2. netDiag netDiag Public

    Browser-based network diagnostics: WebRTC leak test, DNS resolver checks, TLS/HTTP inspection, headers, privacy score, zero tracking.

    HTML

  3. singbox-configs singbox-configs Public

    Production secure tunneling stack: VLESS, XTLS-Vision, Reality, Caddy masquerade, FakeIP DNS, full-tunnel routing, leak prevention.

    1