Parcourir la source

Return host if it's an ip ..

tags/v0.2.0
Mike Campbell il y a 8 ans
Parent
révision
e3cace7a49
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      _states/ufw.py

+ 1
- 1
_states/ufw.py Voir le fichier

@@ -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)


Chargement…
Annuler
Enregistrer