aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/service/firewall/rules.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* firewall: cleanupJason A. Donenfeld2019-05-081-27/+27
* firewall: implode recurring address definitionsOdd Stranne2019-05-081-14/+15
* firewall: remove unused codeOdd Stranne2019-05-081-35/+7
* firewall: add permitHyperV()Odd Stranne2019-05-081-0/+73
* firewall: implement permitNdp()Odd Stranne2019-05-081-4/+221
* firewall: DNS is TCP and UDPJason A. Donenfeld2019-05-031-3/+22
* firewall: block dns before allowing localhostJason A. Donenfeld2019-05-031-17/+17
* firewall: only use one listJason A. Donenfeld2019-05-031-177/+14
* firewall: since DNS is a blacklist, we have to exclude our own interfaceJason A. Donenfeld2019-05-031-5/+17
* firewall: pass blob of security descriptor instead of raw, and give daclJason A. Donenfeld2019-05-031-10/+9
* firewall: wrap errors because there are lots of syscallsJason A. Donenfeld2019-05-031-62/+62
* firewall: introduce incomplete untested prototypeOdd Stranne2019-05-031-0/+973