Files
obsidian-vault/06 平台与配置/查看代理端口的指令.md
2026-06-23 00:24:32 +08:00

12 lines
436 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

查看 Wi-Fi 连接的代理设置
networksetup -getwebproxy Wi-Fi
查看以太网连接的代理设置
networksetup -getwebproxy Ethernet
实测在数字货币交易所创建中需要设置自己的代理ip和端口号。
但是奇怪的是,目前配置端口号以后,私有函数部分获取数据的程序都跑通了,但是在获取实时行情的代码中,运行显示还是网络存在问题。
需持续解决。