felipejfc/udpx

View on GitHub
proxy/proxy.go

Summary

Maintainability
A
1 hr
Test Coverage

Function GetProxy has 9 arguments (exceeds 4 allowed). Consider refactoring.
Open

func GetProxy(debug bool, logger *zap.Logger, bindPort int, bindAddress string, upstreamAddress string, upstreamPort int, bufferSize int, connTimeout time.Duration, resolveTTL time.Duration) *Proxy {
Severity: Major
Found in proxy/proxy.go - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status