mirror of
https://github.com/evilsocket/opensnitch.git
synced 2025-03-04 08:34:40 +01:00
8 lines
175 B
Go
8 lines
175 B
Go
package core
|
|
|
|
const (
|
|
Name = "opensnitch-daemon"
|
|
Version = "1.0.0b"
|
|
Author = "Simone 'evilsocket' Margaritelli"
|
|
Website = "https://github.com/evilsocket/opensnitch"
|
|
)
|