[feature] enable + document explicit IP dialer allowing/denying (#1950)

* [feature] enable + document explicit IP dialer allowing/denying

* lord have mercy

* allee jonge

* shortcut check ipv6 prefixes

* comment

* separate httpclient_test, export Sanitizer
This commit is contained in:
tobi
2023-07-07 16:17:39 +02:00
committed by GitHub
parent ac564c1862
commit 2a99df0588
17 changed files with 554 additions and 200 deletions

View File

@@ -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,