sameerdhoot / wolweb

Web interface for sending Wake-on-lan (magic packet). An HTTP server built using GoLang and uses Bootstrap for UI.
GNU General Public License v3.0
297 stars 76 forks source link

add AllowedSubnet option #11

Closed mazzz1y closed 1 year ago

mazzz1y commented 1 year ago

I added option to allow requests only from allowed subnets(home network or some client for example).

It is useful when service is behind proxy and requests should be allowed only from proxy server or something like this.