(self, context: Context)
| 497 | |
| 498 | class DnsInstance(AsyncioServerInstance[mode_specs.DnsMode]): |
| 499 | def make_top_layer(self, context: Context) -> Layer: |
| 500 | return layers.DNSLayer(context) |
| 501 | |
| 502 | |
| 503 | class TunInstance(ServerInstance[mode_specs.TunMode]): |
no outgoing calls