Index: tools/gformat.py
===================================================================
--- tools/gformat.py	(revision 13761)
+++ tools/gformat.py	(revision 13762)
@@ -744,5 +744,9 @@
 def create_proxies_list():
   if not ileiden_proxies or not normal_proxies:
-    for i in range(1,50):
+    # Placeholder for to-be-installed proxies, this will avoid updating the all
+    # nodes to include this new machine, yet due to an unbound issue, this list
+    # has to be kept small.
+
+    for i in range(1,20):
       ileiden_proxies['172.31.254.%i' % i] = {'nodename' : 'unused'}
 
