wraith_module_comosum/radio/constants.go

7 lines
99 B
Go

package radio
const (
// The port on the C2 which Comosum clients connect to.
C2_PORT = 45235
)