Changes between Version 18 and Version 19 of Proxies
- Timestamp:
- 2009-12-03 20:38:58 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Proxies
v18 v19 73 73 gb.network.httpProxy = 'proxy.company.com:8080'; 74 74 gb.network.socksProxy = 'socks.company.com:1234'; 75 }}} 76 or different DNS server: 77 {{{ 78 #!js 79 gb.network.dnsServers = "8.8.8.8, 8.8.4.4"; // use Google DNS 80 }}} 81 or 82 {{{ 83 #!js 75 84 gb.network.dnsServers = "208.67.222.222, 208.67.220.220"; // use OpenDNS 76 85 }}} 77 78 86 === The network state === 79 87