使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
注册
登录
ExternalMirrors
/
firewalld-formula
镜像自地址
https://github.com/saltstack-formulas/firewalld-formula
关注
1
点赞
0
派生
1
代码
工单
0
版本发布
14
百科
动态
浏览代码
[fix] mising bracket at endfor loop at <destination ipv6
tags/v0.6.2
David Bezuidenhout
9 年前
父节点
941b2768b1
当前提交
8afeae049f
共有
1 个文件被更改
,包括
1 次插入
和
1 次删除
分列视图
显示文件统计
+1
-1
firewalld/files/service.xml
+ 1
- 1
firewalld/files/service.xml
查看文件
@@ -28,7 +28,7 @@
{%- if 'ipv6' in service.destinations %}
{%- for v in service.destinations.ipv6 %}
<destination ipv6="{{ v }}" />
%- endfor %}
{
%- endfor %}
{%- endif %}
{%- endif %}
</service>
撰写
预览
正在加载...
取消
保存