pref: 获取平台网络代理配置

This commit is contained in:
2024-09-08 01:39:19 +08:00
parent e00a742fff
commit ef8ae3e53d
4 changed files with 55 additions and 28 deletions

View File

@ -56,6 +56,14 @@
<version>2.0.1</version>
</dependency>
<!-- java 网络代理查找库-->
<!-- https://github.com/MarkusBernhardt/proxy-vole -->
<!-- https://mvnrepository.com/artifact/org.bidib.com.github.markusbernhardt/proxy-vole -->
<dependency>
<groupId>org.bidib.com.github.markusbernhardt</groupId>
<artifactId>proxy-vole</artifactId>
<version>1.1.5</version>
</dependency>
<!-- slf4j -->
<!-- https://slf4j.org/manual.html -->