Explorar el Código

Return host if it's an ip ..

tags/v0.2.0
Mike Campbell hace 8 años
padre
commit
e3cace7a49
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      _states/ufw.py

+ 1
- 1
_states/ufw.py Ver fichero

@@ -22,7 +22,7 @@ def _changed(name, msg, **changes):
def _resolve(host):
# let's just see if it starts with a number or a colon, for simplicity
if re.match(r'^[0-9:]', host):
return
return host

return socket.gethostbyname(host)


Cargando…
Cancelar
Guardar