Skip to content

Commit

Permalink
Change the opensvc ux socket name from h2.sock to http.sock
Browse files Browse the repository at this point in the history
  • Loading branch information
cvaroqui committed Nov 13, 2023
1 parent e4a33ea commit e2f2854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ var (
evHandlingTimeout = 300 * time.Millisecond
logLevel string

defaultOSVCSock = "/var/run/lsnr/h2.sock"
defaultOSVCSock = "/var/run/lsnr/http.sock"
defaultPDNSSock = "/var/run/pdns-recursor/pdns_recursor.controlsocket"
defaultLogLevel = "info"
)
Expand Down

0 comments on commit e2f2854

Please sign in to comment.