mirror of
https://github.com/zadam/trilium.git
synced 2025-11-09 13:21:33 +08:00
extra hint on "noproxy directly in the setting", #3934
This commit is contained in:
parent
ef974ab1f5
commit
ed1a731950
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,8 @@ const TPL = `
|
|||
<label>Sync proxy server (optional)</label>
|
||||
<input class="sync-proxy form-control" placeholder="https://<host>:<port>">
|
||||
|
||||
<p><strong>Note:</strong> If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only)</p>
|
||||
<p><strong>Note:</strong> If you leave the proxy setting blank, the system proxy will be used (applies to desktop/electron build only).</p>
|
||||
<p>Another special value is <code>noproxy</code> which forces ignoring even the system proxy and respectes <code>NODE_TLS_REJECT_UNAUTHORIZED</code>.</p>
|
||||
</div>
|
||||
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue