Updated Author string

This commit is contained in:
Pourliver 2019-05-06 13:06:29 -04:00 committed by Alexandre Beaulieu
commit f92b5d842c
No known key found for this signature in database
GPG key ID: 8B02EA7AE3FC7081

View file

@ -72,7 +72,7 @@ func (mod RdpProxy) Description() string {
} }
func (mod RdpProxy) Author() string { func (mod RdpProxy) Author() string {
return "Alexandre Beaulieu <alex@segfault.me>" return "Alexandre Beaulieu <alex@segfault.me> && Maxime Carbonneau <pourliver@gmail.com>"
} }
func (mod *RdpProxy) isTarget(ip string) bool { func (mod *RdpProxy) isTarget(ip string) bool {