Invalid AWN Request Fixer
All checks were successful
Build and Publish / release (push) Successful in 4m31s
All checks were successful
Build and Publish / release (push) Successful in 4m31s
This commit is contained in:
2
main.go
2
main.go
@@ -47,7 +47,7 @@ func main() {
|
||||
HandlerFunc: aw.GetAWNHandlerFunc(ctx),
|
||||
},
|
||||
},
|
||||
CustomListener: ambienthttp.NewLFStrippingListener(ctx,
|
||||
CustomListener: ambienthttp.NewAWNMutatingListener(ctx,
|
||||
awConfig.HTTP.Listen), // Necessary to fix certain bad AWN firmware
|
||||
HealthChecks: []srv.HealthCheckFunc{
|
||||
// TODO: Implement
|
||||
|
Reference in New Issue
Block a user