We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e47b030 commit 7e094ecCopy full SHA for 7e094ec
cmd/openvpn-auth-oauth2/root.go
@@ -1,3 +1,7 @@
1
+// Explicitly disable httpmuxgo121, because Debian build system disables it.
2
+// ref: https://github.com/jkroepke/openvpn-auth-oauth2/issues/680#issuecomment-3686988447
3
+//go:debug httpmuxgo121=0
4
+
5
package main
6
7
import (
0 commit comments