forked from binary-person/womginx
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp.json
More file actions
18 lines (18 loc) · 666 Bytes
/
app.json
File metadata and controls
18 lines (18 loc) · 666 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"name": "Womginx",
"description": "Fastest proxy using only nginx as the backend server",
"repository": "https://github.com/binary-person/womginx",
"logo": "https://raw.githubusercontent.com/binary-person/womginx/master/public/logo.png",
"keywords": [
"nginx",
"docker"
],
"stack": "container",
"env": {
"SAFE_BROWSING": {
"description": "Unset this value to disable. However, if this option is set, then the dns server is set to 1.1.1.3, which blocks malware and adult content. See https://1.1.1.1/family/ for more info",
"value": "1",
"required": false
}
}
}