Files
AdGuardDNS/main.go
Andrey Meshkov 97dbe76804 Sync v2.15.1
2025-09-01 14:13:28 +03:00

14 lines
350 B
Go

// Copyright (C) 2022-2025 AdGuard Software Ltd.
//
// This program is free software: you can redistribute it and/or modify it under
// the terms of the GNU Affero General Public License as published by the Free
// Software Foundation, version 3.
package main
import "github.com/AdguardTeam/AdGuardDNS/internal/cmd"
func main() {
cmd.Main(nil)
}