Skip to content

Commit

Permalink
Merge branch 'sbruens/udp-split-serving' into sbruens/caddy-ws
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Dec 20, 2024
2 parents 1ac7a31 + 1c462b1 commit f7adb7d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/outline-ss-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ func (s *OutlineServer) runConfig(config Config) (func() error, error) {
service.WithCiphers(ciphers),
service.WithMetrics(s.serviceMetrics),
service.WithReplayCache(&s.replayCache),
service.WithStreamDialer(service.MakeValidatingTCPStreamDialer(onet.RequirePublicIP, 0)),
service.WithPacketListener(service.MakeTargetUDPListener(s.natTimeout, 0)),
service.WithLogger(slog.Default()),
)
Expand Down

0 comments on commit f7adb7d

Please sign in to comment.