issues
search
quic-go
/
masque-go
MASQUE: Proxying UDP in HTTP/3, RFC 9298
MIT License
81
stars
9
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Bump codecov/codecov-action from 4 to 5
#79
dependabot[bot]
opened
1 day ago
0
don't require the presense of the Capsule protocol header
#78
marten-seemann
closed
5 days ago
1
don't require the Capsule-Protocol header
#77
marten-seemann
closed
5 days ago
0
Replace log using log/slog
#76
jiayx
closed
1 week ago
3
update quic-go to v0.48.1
#75
marten-seemann
closed
4 weeks ago
1
update quic-go to v0.48.0, use the new HTTP/3 client API
#74
marten-seemann
closed
1 month ago
1
remove the template parameter from the client
#73
marten-seemann
closed
1 month ago
1
remove the Client.Template
#72
marten-seemann
closed
1 month ago
0
implement parsing of the CONNECT-IP request
#71
marten-seemann
closed
1 month ago
1
implement parsing and writing of the CONNECT-IP capsules
#70
marten-seemann
closed
1 month ago
1
fix handling of proxying requests for IPv6 addresses
#69
marten-seemann
closed
2 months ago
1
verify the :authority when parsing request
#68
marten-seemann
closed
2 months ago
2
check :authority pseudo-header value when parsing request
#67
marten-seemann
closed
2 months ago
0
update quic-go to v0.47.0
#66
marten-seemann
closed
2 months ago
1
improve documentation
#65
marten-seemann
closed
2 months ago
1
add support proxying a UDP listener
#64
marten-seemann
opened
2 months ago
0
add support for CONNECT-IP (RFC 9484)
#63
marten-seemann
closed
1 week ago
1
collect some basic proxied connection stats
#62
marten-seemann
opened
2 months ago
1
fix request handling after closing the proxy
#61
marten-seemann
closed
3 months ago
1
simplify active request tracking
#60
marten-seemann
closed
3 months ago
1
make stats available to the application
#59
marten-seemann
opened
3 months ago
0
fix missing context ID in datagrams
#58
marten-seemann
closed
3 months ago
1
parse / set the datagram context ID
#57
marten-seemann
closed
3 months ago
0
use an slog.Logger
#56
marten-seemann
opened
3 months ago
0
fix incorrect type of Capsule-Protocol header
#55
marten-seemann
closed
3 months ago
1
ci: enable Dependabot for GitHub Actions
#54
marten-seemann
closed
3 months ago
1
ci: update CI to Go 1.23
#53
marten-seemann
closed
3 months ago
1
add a helper function to extract the HTTP path from a template
#52
marten-seemann
closed
3 months ago
3
return the proxy's http.Response from Client.Dial and DialAddr
#51
marten-seemann
closed
4 months ago
1
add a DialAddr method to the client
#50
marten-seemann
closed
4 months ago
1
make it possible to dial a DNS name, not just an IP:port
#49
marten-seemann
closed
4 months ago
0
return the http.Response received from the server
#48
marten-seemann
closed
4 months ago
0
make ParseRequest a top-level function
#47
marten-seemann
closed
4 months ago
1
split Proxy.Upgrade into Proxy.ParseRequest and Proxy.Proxy
#46
marten-seemann
closed
4 months ago
2
don't embed a http3.Server in the Proxy
#45
marten-seemann
closed
4 months ago
1
pass the hostname to Proxy.DialTarget, remove Proxy.Allow
#44
marten-seemann
closed
4 months ago
2
alternative request handling API
#43
marten-seemann
closed
4 months ago
0
rename Client.DialIP to Client.Dial
#42
marten-seemann
closed
4 months ago
1
allow applications to control DNS resolution
#41
marten-seemann
closed
4 months ago
2
pass the request context to Proxy.DialTarget
#40
marten-seemann
closed
4 months ago
1
pass more information to `Proxy.DialTarget`
#39
marten-seemann
closed
4 months ago
2
confusing naming for DialIP
#38
marten-seemann
closed
4 months ago
0
update quic-go to v0.45.0
#37
marten-seemann
closed
5 months ago
1
cmd: extract HTTP path from the URI template
#36
marten-seemann
closed
5 months ago
1
update quic-go to v0.44.0
#35
marten-seemann
closed
6 months ago
1
set the DF bit
#34
marten-seemann
opened
6 months ago
0
change the return value of DialTarget to a net.PacketConn
#33
marten-seemann
closed
4 months ago
2
use GRO to receive packets from the target
#32
marten-seemann
opened
6 months ago
0
use GSO to send packets to the target
#31
marten-seemann
opened
6 months ago
0
add a DialTarget callback to the Proxy
#30
marten-seemann
closed
6 months ago
1
Next