feat: support proxy user and password

This commit is contained in:
Zhang Dingyuan
2022-12-07 10:52:49 +08:00
parent fe855f16f8
commit 9e01c96476
3 changed files with 33 additions and 0 deletions

View File

@@ -133,6 +133,14 @@
<label>The port number of the proxy</label>
<default>1080</default>
</entry>
<entry name="ProxyUser" type="String">
<label>The user of the proxy</label>
<default></default>
</entry>
<entry name="ProxyPassword" type="Password">
<label>The password of the proxy</label>
<default></default>
</entry>
</group>
</kcfg>