Working config & permissions
This commit is contained in:
7
internal/conf/config.go
Normal file
7
internal/conf/config.go
Normal file
@ -0,0 +1,7 @@
|
||||
package conf
|
||||
|
||||
type Config struct {
|
||||
ListenAddress string // Address to listen on, passed to net.Listen
|
||||
ListenType string // Type of network to listen on, passed to net.Listen. One of tcp, tcp4 and tcp6
|
||||
|
||||
}
|
Reference in New Issue
Block a user