mirror of
https://github.com/AdguardTeam/AdGuardDNS.git
synced 2025-02-20 11:23:36 +08:00
14 lines
350 B
Go
14 lines
350 B
Go
// Copyright (C) 2022-2024 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)
|
|
}
|