Explorar o código

googledns.py edited online with Bitbucket

Guillermo Espinoza %!s(int64=6) %!d(string=hai) anos
pai
achega
8f7594b171
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      letsencrypt/googledns.py

+ 1 - 1
letsencrypt/googledns.py

@@ -14,7 +14,7 @@ except ImportError:
 
 # Globals
 google_client = None
-app_subdomains = ['base', 'radius', 'cablemodem', 'ftth', 'dhcp', 'mapas', 'stats', 'grafana', 'geoserver']
+app_subdomains = ['base', 'radius', 'cablemodem', 'ftth', 'dhcp', 'mapas', 'stats', 'grafana', 'geoserver', 'api', 'swagger']
 
 
 def main(argv):