diff options
author | 2023-07-07 16:17:39 +0200 | |
---|---|---|
committer | 2023-07-07 16:17:39 +0200 | |
commit | 2a99df0588e168660d3b528209d8f51689ca92b7 (patch) | |
tree | a5835c3a0adf81ad4f07938919699fbc0de4a69b /test/envparsing.sh | |
parent | [bugfix] Reorder web view logic, other small fixes (#1954) (diff) | |
download | gotosocial-2a99df0588e168660d3b528209d8f51689ca92b7.tar.xz |
[feature] enable + document explicit IP dialer allowing/denying (#1950)v0.10.0-rc1
* [feature] enable + document explicit IP dialer allowing/denying
* lord have mercy
* allee jonge
* shortcut check ipv6 prefixes
* comment
* separate httpclient_test, export Sanitizer
Diffstat (limited to 'test/envparsing.sh')
-rwxr-xr-x | test/envparsing.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/test/envparsing.sh b/test/envparsing.sh index eb6b8da1a..9b56dd9ca 100755 --- a/test/envparsing.sh +++ b/test/envparsing.sh @@ -98,6 +98,11 @@ EXPECT=$(cat <<"EOF" "dry-run": true, "email": "", "host": "example.com", + "http-client": { + "allow-ips": [], + "block-ips": [], + "timeout": 10000000000 + }, "instance-deliver-to-shared-inboxes": false, "instance-expose-peers": true, "instance-expose-public-timeline": true, |