Pull request 1974: 6133-upd-quic-go
Updates #6133. Squashed commit of the following: commit cb096e3cdef8e85fa3a27e3bb3065317aaa29048 Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Aug 23 19:41:04 2023 +0300 openapi: imp chlog commit 623594f95d4be3a03e451849f7b1b5181785aeeb Author: Ainar Garipov <A.Garipov@AdGuard.COM> Date: Wed Aug 23 19:25:47 2023 +0300 all: upd quic-go, txt-lint
This commit is contained in:
@@ -29,8 +29,14 @@
|
||||
|
||||
```json
|
||||
{
|
||||
"target": {"domain":"example.com","answer":"answer-to-update"},
|
||||
"update": {"domain":"example.com","answer":"new-answer"}
|
||||
"target": {
|
||||
"domain": "example.com",
|
||||
"answer": "answer-to-update"
|
||||
},
|
||||
"update": {
|
||||
"domain": "example.com",
|
||||
"answer": "new-answer"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
@@ -88,7 +94,9 @@ return a JSON object with the following format:
|
||||
{
|
||||
"enabled": true,
|
||||
"interval": 3600,
|
||||
"ignored": ["example.com"],
|
||||
"ignored": [
|
||||
"example.com"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -119,7 +127,9 @@ accept and return a JSON object with the following format:
|
||||
"enabled": true,
|
||||
"anonymize_client_ip": false,
|
||||
"interval": 3600,
|
||||
"ignored": ["example.com"],
|
||||
"ignored": [
|
||||
"example.com"
|
||||
]
|
||||
}
|
||||
```
|
||||
|
||||
@@ -251,7 +261,7 @@ JSON object with the following format:
|
||||
|
||||
```json
|
||||
{
|
||||
"name":"user name",
|
||||
"name": "user name",
|
||||
"language": "en",
|
||||
"theme": "auto"
|
||||
}
|
||||
@@ -327,8 +337,7 @@ the filters must be presented in a JSON object with the following format:
|
||||
|
||||
```json
|
||||
{
|
||||
"rules":
|
||||
[
|
||||
"rules": [
|
||||
"||example.com^",
|
||||
"# comment",
|
||||
"@@||www.example.com^"
|
||||
|
||||
Reference in New Issue
Block a user