7
internal/outpost/radius/eap/tls/settings.go
Normal file
7
internal/outpost/radius/eap/tls/settings.go
Normal file
@ -0,0 +1,7 @@
|
||||
package tls
|
||||
|
||||
import "crypto/tls"
|
||||
|
||||
type Settings struct {
|
||||
Config *tls.Config
|
||||
}
|
||||
Reference in New Issue
Block a user