fix: harden sing-box egress rollout

This commit is contained in:
2026-08-27 03:39:06 +05:00
parent adb3e849df
commit 8ac3b2b1ba
24 changed files with 228 additions and 48 deletions
+1
View File
@@ -20,6 +20,7 @@ class RealSingBoxIntegrationTests(unittest.TestCase):
version = probe_version(binary)
self.assertEqual(version.version, "1.13.19")
self.assertIn("with_quic", version.tags)
self.assertIn("with_gvisor", version.tags)
with tempfile.TemporaryDirectory() as directory:
root = Path(directory)
policy = make_policy(root)