Changeset 10465 in genesis
- Timestamp:
- Apr 12, 2012, 9:38:30 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
tools/gformat.py
r10464 r10465 676 676 if datadump['nodetype'] == 'Proxy': 677 677 output += """\ 678 # Try local (cache) first678 # try local (cache) first 679 679 nameserver 127.0.0.1 680 680 nameserver 8.8.8.8 # Google Public NameServer … … 682 682 """ 683 683 elif datadump['nodetype'] == 'Hybrid': 684 output += """\ 685 # try local (cache) first 686 nameserver 127.0.0.1 687 """ 684 688 for proxy in get_proxylist(): 685 689 proxy_ip = get_yaml(proxy)['masterip']
Note:
See TracChangeset
for help on using the changeset viewer.