<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:media="http://search.yahoo.com/mrss/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>firewalld防火墙 - 四号程序员</title>
	<atom:link href="https://www.coder4.com/archives/tag/firewalld%E9%98%B2%E7%81%AB%E5%A2%99/feed" rel="self" type="application/rss+xml" />
	<link>https://www.coder4.com</link>
	<description>Keep It Simple and Stupid</description>
	<lastBuildDate>Fri, 28 Nov 2025 10:04:11 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.3</generator>
	<item>
		<title>让Docker兼容firewalld防火墙</title>
		<link>https://www.coder4.com/archives/8583</link>
					<comments>https://www.coder4.com/archives/8583#respond</comments>
		
		<dc:creator><![CDATA[coder4]]></dc:creator>
		<pubDate>Fri, 28 Nov 2025 10:04:11 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[docker]]></category>
		<category><![CDATA[firewalld防火墙]]></category>
		<guid isPermaLink="false">https://www.coder4.com/?p=8583</guid>

					<description><![CDATA[docker与ufw是不兼容的，一个方案是用三方的docker_ufw 今天换一个方案，可以简单配置以兼容firewalld 1 安装firewalld sudo apt-get install firewalld 2 配置firewalld sudo firewall-cmd --add-port={22/tcp,443/tcp} --permanent sudo firewall-cmd --remove-port=3306/tcp --permanent sudo[......] 继续阅读]]></description>
		
					<wfw:commentRss>https://www.coder4.com/archives/8583/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
