Bu web sitesi JavaScript ile daha iyi çalışır.
Ana Sayfa
Keşfet
Yardım
Üye Ol
Giriş Yap
ExternalMirrors
/
ufw-formula
şunun yansıması
https://github.com/saltstack-formulas/ufw-formula
İzle
1
Yıldızla
0
Çatalla
1
Kod
Sorunlar
0
Sürümler
12
Wiki
Aktivite
Kaynağa Gözat
Return host if it's an ip ..
tags/v0.2.0
Mike Campbell
8 yıl önce
ebeveyn
7490f9b9a0
işleme
e3cace7a49
1 değiştirilmiş dosya
ile
1 ekleme
ve
1 silme
Görünümü Böl
Farklılık Durumunu Göster
+1
-1
_states/ufw.py
+ 1
- 1
_states/ufw.py
Dosyayı Görüntüle
@@ -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)
Yaz
Önizleme
Yükleniyor…
İptal
Kaydet