Files
syncthing/lib/pmp/debug.go
T

12 lines
403 B
Go
Raw Normal View History

2016-04-13 18:50:40 +00:00
// Copyright (C) 2016 The Syncthing Authors.
//
// This Source Code Form is subject to the terms of the Mozilla Public
// License, v. 2.0. If a copy of the MPL was not distributed with this file,
// You can obtain one at https://mozilla.org/MPL/2.0/.
2016-04-13 18:50:40 +00:00
package pmp
2025-08-07 11:19:36 +02:00
import "github.com/syncthing/syncthing/internal/slogutil"
2016-04-13 18:50:40 +00:00
2026-04-22 08:38:05 +02:00
func init() { slogutil.RegisterPackage("NAT-PMP discovery and port mapping") }