本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
ExternalMirrors
/
ufw-formula
镜像来自
https://github.com/saltstack-formulas/ufw-formula
關注
1
收藏
0
複製
1
程式碼
問題
0
版本發佈
12
Wiki
活動
瀏覽代碼
Return host if it's an ip ..
tags/v0.2.0
Mike Campbell
8 年之前
父節點
7490f9b9a0
當前提交
e3cace7a49
共有
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)
Write
Preview
Loading…
取消
儲存