Plugins: add option to proxy ds connections through a secure socks proxy (#59254)

* Plugins: add feature to proxy data source connections
This commit is contained in:
Stephanie Hingtgen
2022-11-29 23:50:59 -06:00
committed by GitHub
parent 122f0d947e
commit 6805c951e9
10 changed files with 342 additions and 1 deletions

View File

@@ -1285,3 +1285,13 @@
[navigation.app_standalone_pages]
# The following will move the page with the path "/a/my-app-id/starred-content" from `my-app-id` to the `starred` section
# /a/my-app-id/starred-content = starred
#################################### Secure Socks5 Datasource Proxy #####################################
[secure_socks_datasource_proxy]
; enabled = false
; root_ca_cert =
; client_key =
; client_cert =
; server_name =
# The address of the socks5 proxy datasources should connect to
; proxy_address =