Browse Source

server: add gw05+gw06 to VPN list

Helge Jung 9 years ago
parent
commit
60beafb055
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ffstatus/server.py

+ 1 - 1
ffstatus/server.py

@@ -373,7 +373,7 @@ class BatcaveHttpRequestHandler(BaseHTTPRequestHandler):
 	def respond_vpnlist(self):
 		storage = self.server.storage
 
-		gateways = ['gw01','gw02','gw03','gw04']
+		gateways = ['gw01','gw02','gw03','gw04','gw05','gw06']
 
 		self.send_headers()
 		self.wfile.write('<!DOCTYPE html>\n')