interface IEtcHostsRule

Parsed /etc/hosts rule

Properties

ruleText: string

Original rule text

hostnames: string[]

List of hostnames in the rule

Usage

import { type IEtcHostsRule } from ".";