| 1 | // @ts-check |
| 2 | import path from 'node:path'; |
| 3 | import { DOMESTICS, DOH_BOOTSTRAP, AdGuardHomeDNSMapping } from '../Source/non_ip/domestic'; |
| 4 | import { DIRECTS, HOSTS, LAN } from '../Source/non_ip/direct'; |
nothing calls this directly
no test coverage detected