Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
sbruens committed Dec 13, 2024
1 parent 21cae17 commit e210fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/outline-ss-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ func (s *OutlineServer) runConfig(config Config) (func() error, error) {

go func() {
lnSet := &listenerSet{
manager: s.lnManager,
manager: s.lnManager,
listenerCloseFuncs: make(map[string]func() error),
}
defer func() {
Expand Down Expand Up @@ -283,7 +283,7 @@ func (s *OutlineServer) runConfig(config Config) (func() error, error) {
slog.Info("UDP service started.", "address", pc.LocalAddr().String())
go service.PacketServe(pc, ssService.HandleAssociation, s.serverMetrics)
}

// Start services with listeners.
for _, serviceConfig := range config.Services {
ciphers, err := newCipherListFromConfig(serviceConfig)
Expand Down

0 comments on commit e210fb0

Please sign in to comment.