mirror of
https://github.com/safing/portmaster
synced 2025-09-01 10:09:11 +00:00
6 lines
78 B
Go
6 lines
78 B
Go
package profile
|
|
|
|
// OS Identifier Prefix
|
|
const (
|
|
IdentifierPrefix = "mac:"
|
|
)
|