Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
salt
/
ufw-formula
feito fork de
ExternalMirrors/ufw-formula
Observar
2
Favorito
0
Fork
0
Código
Versões
8
Atividade
Ver código fonte
Return host if it's an ip ..
tags/v0.2.0
Mike Campbell
8 anos atrás
pai
7490f9b9a0
commit
e3cace7a49
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Mostrar estatísticas do Diff
+1
-1
_states/ufw.py
+ 1
- 1
_states/ufw.py
Ver arquivo
@@ -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)
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar