Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

nanoproxy

nanoproxy contient 8 skills collectées depuis ryanbekhen, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
8
Stars
22
mis à jour
2026-06-03
Forks
12
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

configuration-management
Développeurs de logiciels

Use when adding or changing NanoProxy configuration — the env-driven struct config in pkg/config (caarlos0/env/v10), struct-tag defaults, and validation. Note real env vars (ADDR, ADDR_HTTP, TOR_ENABLED, USER_STORE_PATH).

2026-06-03
credential-management
Développeurs de logiciels

Use when working on proxy authentication and credential storage in pkg/credential — bcrypt hashing, constant-time/secure verification, the BoltDB-backed store, multiple users, and thread-safe access.

2026-06-03
dns-resolution
Développeurs de logiciels

Use when working with the Resolver interface in pkg/resolver — custom resolvers, DNS caching/TTL, retries, hostname validation, or resolution error handling for the proxy frontends.

2026-06-03
go-concurrency
Développeurs de logiciels

Use when handling concurrent client connections, goroutine lifecycle, channels, context cancellation/timeouts, connection pooling, or preventing goroutine leaks in NanoProxy's proxy frontends.

2026-06-03
go-testing
Analystes en assurance qualité des logiciels et testeurs

Use when writing or improving Go tests in NanoProxy — table-driven tests, testify assertions/mocks, byte-level wire-format tests, coverage thresholds (make check-coverage), race detection, or benchmarks.

2026-06-03
http-proxy
Développeurs de logiciels

Use when working on the HTTP/HTTPS proxy in pkg/httpproxy — request forwarding, HTTPS CONNECT tunneling, hop-by-hop header stripping, Proxy-Authorization handling, or proxy forwarding tests.

2026-06-03
socks5-protocol
Développeurs de logiciels

Use when implementing or debugging the SOCKS5 protocol (RFC 1928) in pkg/socks5 — handshakes, auth method negotiation, request parsing, IPv4/IPv6/domain address types, error codes, or byte-level wire-format tests.

2026-06-03
tor-integration
Développeurs de logiciels

Use when working on Tor support in pkg/tor — control-port (NEWNYM) signaling, circuit and identity rotation, dialing through the Tor SOCKS port, or the Dockerfile-tor/supervisord deployment.

2026-06-03