We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2da94f1 commit 7fbb526Copy full SHA for 7fbb526
auth_test.go
@@ -6,6 +6,7 @@ import (
6
)
7
8
func TestUpdateAllowedFromIP(t *testing.T) {
9
+ Config.API.UseHeader = false
10
userWithAllow := newACMETxt()
11
userWithAllow.AllowFrom = cidrslice{"192.168.1.2/32", "[::1]/128"}
12
userWithoutAllow := newACMETxt()
0 commit comments