Prepare coreDNS for proxy tests

This commit is contained in:
Matej Bačo
2025-09-12 20:37:36 +02:00
parent cfbb6d9453
commit e508f049bf
6 changed files with 77 additions and 2 deletions
@@ -540,4 +540,15 @@ class ProxyCustomServerTest extends Scope
$this->assertEquals(0, $rules['body']['total']);
$this->assertCount(0, $rules['body']['rules']);
}
public function testRuleVerification(): void
{
// TODO: Implement
// wrong-a-webapp.com
// webapp.com
// stage.webapp.com
// stage-wrong-cname.webapp.com
// stage-wrong-caa.webapp.com
// stage-correct-caa.webapp.com
}
}