소스 검색

Return host if it's an ip ..

tags/v0.2.0
Mike Campbell 8 년 전
부모
커밋
e3cace7a49
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _states/ufw.py

+ 1
- 1
_states/ufw.py 파일 보기

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


Loading…
취소
저장