forked from nberlee/bonjour-reflector
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewrite source ip per vlan to prevent out of subnet traffic
Still falls back to old behaviour if config is not found for the vlan. Thx to @jorisjean for the inspiration. Rewrote SendPacket with SSDP support in mind. Fix a casesensitive mac address issue
- Loading branch information
Showing
6 changed files
with
172 additions
and
49 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
module github.com/Gandem/bonjour-reflector | ||
module github.com/nberlee/bonjour-reflector | ||
|
||
go 1.15 | ||
go 1.17 | ||
|
||
require ( | ||
github.com/charithe/timedbuf v0.0.0-20160717160936-e4a8ee453eb4 | ||
github.com/google/gopacket v1.1.20-0.20210429153827-3eaba0894325 | ||
github.com/oaStuff/timedMap v0.0.0-20171127021412-9b26c8f4a1a6 // indirect | ||
github.com/pelletier/go-toml v1.9.3 | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters