mirror of
https://github.com/syncthing/syncthing.git
synced 2026-04-25 08:48:35 -04:00
... which keep getting filed by AI agents. Closes #10649, closes #10486, closes #10648, closes #10499, closes #10647, closes #10635, closes #10636, closes #10607. --------- Signed-off-by: Jakob Borg <jakob@kastelo.net>
12 lines
403 B
Go
12 lines
403 B
Go
// 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/.
|
|
|
|
package pmp
|
|
|
|
import "github.com/syncthing/syncthing/internal/slogutil"
|
|
|
|
func init() { slogutil.RegisterPackage("NAT-PMP discovery and port mapping") }
|