g3 icon indicating copy to clipboard operation
g3 copied to clipboard

Enterprise-oriented Generic Proxy Solutions

Results 36 g3 issues
Sort by recently updated
recently updated
newest added

Blocked by - [ ] https://github.com/hyperium/h2/pull/601

Bumps [tokio](https://github.com/tokio-rs/tokio) from 1.37.0 to 1.38.0. Release notes Sourced from tokio's releases. Tokio v1.38.0 This release marks the beginning of stabilization for runtime metrics. It stabilizes RuntimeMetrics::worker_count. Future releases will...

dependencies
rust

- [x] Rolling Ticketer data types - [ ] Ticket Key Update Protocol - [x] OpenSSL Ticketer via `SSL_CTX_set_tlsext_ticket_key_cb` - [x] Rustls Ticketer

- [ ] IMAP Inspection - [ ] ICAP reqmod for APPEND - [ ] ICAP respmod for FETCH

Asking as it seems to result in essentially the same thing: ``` no_ipv6: true resolve_strategy: IPv4Only ``` Seems like if you have one you don't need the other? As in,...

Bumps [rustls-pemfile](https://github.com/rustls/pemfile) from 2.1.3 to 2.2.0. Release notes Sourced from rustls-pemfile's releases. 2.2.0 Release notes The main function of this crate has been incorporated into rustls-pki-types. 2.2.0 maintains the existing...

dependencies
rust

I have noticed G3 has a lot of config settings in regards to performance. CPU controls/TCP/max sockets/etc etc. Unfortunately there is not too much documentation on recommended settings for performance...

Hello, I'm trying to use G3 proxy in forward proxy mode for HTTP and HTTPS requests. I haven't found a way to set rate limits in terms of requests per...