如题 终于配置好了 xx-net 然而发现 zypper 无法更新了 yast 也是无法更新
:~/bin> echo $http_proxy
http://127.0.0.1:8086/proxy.pac:8087
贴一下我 proxy 的配置文件
## Path: Network/Proxy
## Description:
## Type: yesno
## Default: no
## Config: kde,profiles
#
# Enable a generation of the proxy settings to the profile.
# This setting allows to turn the proxy on and off while
# preserving the particular proxy setup.
#
PROXY_ENABLED="yes"
## Type: string
## Default: ""
#
# Some programs (e.g. lynx, arena and wget) support proxies, if set in
# the environment.
# Example: HTTP_PROXY="http://proxy.provider.de:3128/"
HTTP_PROXY="http://127.0.0.1:8086/proxy.pac:8087"
## Type: string
## Default: ""
#
# Some programs (e.g. lynx, arena and wget) support proxies, if set in
# the environment.
# This setting is for https connections
HTTPS_PROXY="http://127.0.0.1:8086/proxy.pac:8087"
## Type: string
## Default: ""
#
# Example: FTP_PROXY="http://proxy.provider.de:3128/"
#
FTP_PROXY="http://127.0.0.1:8086/proxy.pac:8087"
## Type: string
## Default: ""
#
# Example: GOPHER_PROXY="http://proxy.provider.de:3128/"
#
GOPHER_PROXY=""
## Type: string(localhost)
## Default: localhost
#
# Example: NO_PROXY="www.me.de, do.main, localhost"
#
NO_PROXY="127.0.0.1"
## Type: string
## Default: ""
#
# Example: SOCKS_PROXY="socks://proxy.example.com:8080"
#
SOCKS_PROXY="http://127.0.0.1:8086/proxy.pac:8087"
## Type: string
## Default: ""
#
# Example: SOCKS5_SERVER="office-proxy.example.com:8881"
#
SOCKS5_SERVER="http://127.0.0.1:8086/proxy.pac:8087"
这个有法解吗