README
This commit is contained in:
parent
d5bbc675c7
commit
792d08711a
12
README.md
12
README.md
|
@ -12,10 +12,14 @@ domains:
|
|||
|
||||
```
|
||||
## Output
|
||||
0 = regex is okay
|
||||
W = request is okay, but not regex
|
||||
30 = a http 30* recieved
|
||||
E = everything else
|
||||
|
||||
| Code | Result |
|
||||
|:----:|--------|
|
||||
| 0 | regex is okay |
|
||||
| 30 | a http 30* recieved |
|
||||
| W | request is okay, but not regex |
|
||||
| E | everything else "error" |
|
||||
|
||||
|
||||
```
|
||||
+-----------------------------+------+------+----------+----------+
|
||||
|
|
Loading…
Reference in New Issue