news_getx/lib/config/proxy.dart

9 lines
185 B
Dart

// 是否启用代理
const ProxyEnable = false;
/// 代理服务IP
// const PROXY_IP = '192.168.1.105';
const ProxyIP = '172.16.43.74';
/// 代理服务端口
const ProxyPort = 8866;