13 lines
717 B
XML
13 lines
717 B
XML
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<!-- veilor-os: trusted zone with tailscale0 pre-bound.
|
||
|
|
Default zone stays drop (per 10-harden-base.sh). Tailscale's
|
||
|
|
interface is added here so `tailscale up` traffic isn't dropped.
|
||
|
|
Without this entry the firewalld drop zone blocks the tailnet
|
||
|
|
traffic and the user sees: "tailscale up succeeded, but I can't
|
||
|
|
reach hs.s8n.ru". (Agent 9, 2026-05-05 wave.) -->
|
||
|
|
<zone target="ACCEPT">
|
||
|
|
<short>Trusted</short>
|
||
|
|
<description>All network connections are accepted. veilor-os pre-binds tailscale0 here so the mesh layer-1 (Tailscale via Headscale) works out-of-box without manual firewalld zone juggling.</description>
|
||
|
|
<interface name="tailscale0"/>
|
||
|
|
</zone>
|