9seconds
69203f3e23
Add tests for obfuscated2 clientside
il y a 5 ans
9seconds
dbbfdaf918
Add prometheus
il y a 5 ans
9seconds
c04f9e392a
Small improvements for config parsing
il y a 5 ans
9seconds
46bd617581
Add tags for statsd in config
il y a 5 ans
9seconds
37a78bd1c3
More reasonable cli for access
il y a 5 ans
9seconds
1f862027af
Add blocklist to config
il y a 5 ans
9seconds
02643fb6bb
Add concurrency parameter
il y a 5 ans
9seconds
e167b85d3b
Add HTTP timeout
il y a 5 ans
9seconds
c0b6124d94
Add tests for configuration parsing
il y a 5 ans
9seconds
113b5ecbe0
Add tests for config type ip
il y a 5 ans
9seconds
4daf927a72
Add method for validation of the secret
il y a 5 ans
9seconds
1218f18af9
Add tests for config type port
il y a 5 ans
9seconds
7ca143d352
Add tests for config type url
il y a 5 ans
9seconds
428010880e
Add tests for prefer ip config type
il y a 5 ans
9seconds
dc81740bda
Add tests for hostport type
il y a 5 ans
9seconds
f7dc54b652
Add tests for config type http path
il y a 5 ans
9seconds
c0ab254acf
Minor formatting issues
il y a 5 ans
9seconds
5c4536c591
Add tests for config error rate type
il y a 5 ans
9seconds
d48e82be7c
Add tests for duration config type
il y a 5 ans
9seconds
bc4b14c83d
Add tests for type bytes
il y a 5 ans
9seconds
d6566e5dfb
Change network to accept DialFunc
il y a 5 ans
9seconds
1a02511afe
Move config into separate package
il y a 5 ans
9seconds
baee322cd7
Reset a project
il y a 5 ans
9seconds
af7021fac8
Fix urls for missed IPs
il y a 5 ans
9seconds
33b1a5426c
Update golangci-linter
il y a 5 ans
a68366
c3be5311e8
Fix t.me QR code. Closes #159
il y a 5 ans
9seconds
7a6695f6c4
Update golangci-lint
il y a 5 ans
9seconds
25edb60f2c
Use different formula for calculating proxy buffer
il y a 6 ans
9seconds
b5a8d8b804
Add possibility to scale middleproxy buffers
il y a 6 ans
9seconds
8e29ff78ba
Add possibility to define your own ntp servers
il y a 6 ans
9seconds
07f00a363e
Add new option for preferring of new IP
il y a 6 ans
9seconds
b6251608d9
Add script for fast deployment
il y a 6 ans
9seconds
dfa53af567
Fix for statsd incorrect types
il y a 6 ans
9seconds
ae479adeaa
Use fastcache instead of ristretto
il y a 6 ans
9seconds
a7a4da8ee5
Make connection multiplexing configurable
il y a 6 ans
9seconds
34ad883559
Use ristretto instead of bigcache
il y a 6 ans
9seconds
038b2b200d
Success path for fake tls is implemented
il y a 6 ans
9seconds
fd8506c82a
Propagate hostname from the secret
il y a 6 ans
9seconds
559a1a666b
Generate tls secrets
il y a 6 ans
9seconds
4c5f1a5636
Propagate cloak_port setting
il y a 6 ans
9seconds
5009859a1e
linting the code
il y a 6 ans
9seconds
6e154b3f44
Fix for urls
il y a 6 ans
9seconds
d459efcf9c
bug fixes
il y a 6 ans
9seconds
6c7edfb7db
Add new stats metric
il y a 6 ans
9seconds
386522ba22
Correct printable configuration
il y a 6 ans
9seconds
2918ed11e5
Remove juju/errors
il y a 6 ans
9seconds
701f62ed4c
More reasonable shutdowns
il y a 6 ans
9seconds
2492a47d0a
Direct proxy works
il y a 6 ans
9seconds
33852ca481
Base prevention of replay attacks on proxy
il y a 7 ans
Evgeniy Kulikov
70be70de3c
DualStack is deprecated
```
// DualStack previously enabled RFC 6555 Fast Fallback
// support, also known as "Happy Eyeballs", in which IPv4 is
// tried soon if IPv6 appears to be misconfigured and
// hanging.
//
// Deprecated: Fast Fallback is enabled by default. To
// disable, set FallbackDelay to a negative value.
DualStack bool
```
il y a 7 ans