reneManqueros

Results 13 comments of reneManqueros

AFAIK: ARP can only get neighboring nodes, so only for those subnet its part of, it can't go into a different network and query that table. Maybe this could be...

i've implemented this on this PR: https://github.com/aceberg/WatchYourLAN/pull/29

check the readme of that PR but its just an env var lile: GUIAUTH=user:pass

@GentleHoneyLover did you use the PR or the master version?

@GentleHoneyLover not yet, i am waiting on the author to review the PR's i sent

@GentleHoneyLover i merged the changes to my main branch on: https://github.com/renemanqueros/watchyourlan if you want to pull that one while this repo gets updated by the owner, i also added some...

@wangeris @sholder89 If you can please implement it, this feature was on my backlog i just hadn't reached it yet, just make sure to fork from my version as it...

implemented it here: https://github.com/aceberg/WatchYourLAN/pull/30, without using JS

@LivingWithHippos would scratch be better than distroless?

this is an issue on the refraction utls repo, i fixed it by pinning a diff version on my go.mod: `replace github.com/refraction-networking/utls v1.3.2 => github.com/refraction-networking/utls v0.0.0-20200820030103-33a29038e742`