golden hour
/usr/lib/firewalld/zones
⬆️ Go Up
Upload
File/Folder
Size
Actions
block.xml
312 B
Del
OK
dmz.xml
306 B
Del
OK
drop.xml
304 B
Del
OK
external.xml
317 B
Del
OK
home.xml
410 B
Del
OK
internal.xml
425 B
Del
OK
nm-shared.xml
729 B
Del
OK
public.xml
356 B
Del
OK
trusted.xml
175 B
Del
OK
work.xml
352 B
Del
OK
Edit: nm-shared.xml
<?xml version="1.0" encoding="utf-8"?> <zone target="ACCEPT"> <short>NetworkManager Shared</short> <description> This zone is used internally by NetworkManager when activating a profile that uses connection sharing and doesn't have an explicit firewall zone set. Block all traffic to the local machine except ICMP, ICMPv6, DHCP and DNS. Allow all forwarded traffic. Note that future package updates may change the definition of the zone unless you overwrite it with your own definition. </description> <rule priority='32767'> <reject/> </rule> <protocol value='icmp'/> <protocol value='ipv6-icmp'/> <service name="dhcp"/> <service name="dns"/> <service name="ssh"/> </zone>
Save