package main

import (
	"github.com/AdguardTeam/AdGuardHome/home"
)

func main() {
	home.Main()
}