yeoman / generator-polymer

Scaffold out a Polymer project
http://polymer-project.org
926 stars 149 forks source link

Support 'gulp serve' access restricted to localhost #267

Open brancoliticus opened 8 years ago

brancoliticus commented 8 years ago

For example the python http.server package has the option bind where you can decide what IP has access to the server. Straight from the python documentation: 'python -m http.server 8000 --bind 127.0.0.1' and no external access to what is being served.