push after the egress ruleset

This commit is contained in:
drew
2026-08-20 00:38:22 +03:00
parent d3c862d23f
commit 186beafcff
+4
View File
@@ -0,0 +1,4 @@
package svc
// PostEgress proves the pipeline still reaches R2 with policy drop on output.
func PostEgress() string { return Verify("egress") }