generate MPPE key

Signed-off-by: Jens Langhammer <jens@goauthentik.io>
This commit is contained in:
Jens Langhammer
2025-05-15 12:32:27 +02:00
parent 573446689f
commit fc5c0e2789
4 changed files with 39 additions and 9 deletions

View File

@ -1,6 +1,9 @@
package protocol
import "layeh.com/radius"
type EmptyPayload struct {
ModifyPacket func(p *radius.Packet) *radius.Packet
}
func (ep EmptyPayload) Decode(raw []byte) error {