Skip to content

Commit 2a2f818

Browse files
committed
Add challenge behind login wall option to README
1 parent abeece8 commit 2a2f818

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ The file needs to be structured as follows:
5555
"instancer_password": "...",
5656
"start_time": 0,
5757
"end_time": 0,
58-
"utc_offset": 2
58+
"utc_offset": 2,
59+
"challenges_behind_login": 0
5960
}
6061
```
6162

@@ -169,4 +170,4 @@ Example description
169170
```
170171

171172
In this the final two table entries are optional, when present `case_insensitive` will verify flags
172-
without regarding the casing (Eg `Hi == hi`).
173+
without regarding the casing (Eg `Hi == hi`).

0 commit comments

Comments
 (0)