mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
17 lines
401 B
Go
17 lines
401 B
Go
package matching
|
|
|
|
import (
|
|
"github.com/safing/portbase/database"
|
|
)
|
|
|
|
// core:profiles/user/12345-1234-125-1234-1235
|
|
// core:profiles/special/default
|
|
// /global
|
|
// core:profiles/stamp/12334-1235-1234-5123-1234
|
|
// core:profiles/identifier/base64
|
|
|
|
var (
|
|
profileDB = database.NewInterface(&database.Options{
|
|
Local: true, // we want to access crownjewel records (indexes are)
|
|
})
|
|
)
|