Skip to content

Commit f99ed31

Browse files
Minor fixes to generated firewall #ref tags as suggested by Copilot
1 parent bf9689b commit f99ed31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

net/cloudflared/src/etc/inc/plugins.inc.d/cloudflared.inc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ function cloudflared_firewall($fw)
8282
'type' => 'pass',
8383
'quick' => true,
8484
'statetype' => 'keep',
85-
'#ref' => 'ui/cloudflared/general/index',
85+
'#ref' => 'ui/cloudflared/',
8686
]
8787
);
8888
}
@@ -100,7 +100,7 @@ function cloudflared_firewall($fw)
100100
'type' => 'pass',
101101
'quick' => true,
102102
'statetype' => 'keep',
103-
'#ref' => 'ui/cloudflared/general/index',
103+
'#ref' => 'ui/cloudflared/',
104104
]
105105
);
106106
}

0 commit comments

Comments
 (0)