diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2024-02-07 13:50:00 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2024-02-19 14:15:07 +0100 |
| commit | 9cbe11f260ea9bede2ddc25c689e2761ae14039f (patch) | |
| tree | 4db30293a1b3db20565c912a49e5ae685d63ed8e /internal/server/server.go | |
| parent | ce52709e35bc92d12f3a94f6d0b521ef6ab69859 (diff) | |
Format: Run gofumpt
Diffstat (limited to 'internal/server/server.go')
| -rw-r--r-- | internal/server/server.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/server/server.go b/internal/server/server.go index 1f73791..bffeb2c 100644 --- a/internal/server/server.go +++ b/internal/server/server.go @@ -150,7 +150,7 @@ func (s *Server) connect(ctx context.Context, wgSupport bool, pTCP bool) (*srvty Protocol: apicfg.Protocol, DefaultGateway: chosenP.DefaultGateway, DNSSearchDomains: chosenP.DNSSearchDomains, - ShouldFailover: chosenP.ShouldFailover(), + ShouldFailover: chosenP.ShouldFailover(), Proxy: proxy, }, nil } |
