Skip to content

Add more configuration options#63

Open
gdb wants to merge 2 commits into
codegangsta:masterfrom
gdb:master
Open

Add more configuration options#63
gdb wants to merge 2 commits into
codegangsta:masterfrom
gdb:master

Conversation

@gdb

@gdb gdb commented Feb 28, 2015

Copy link
Copy Markdown

This PR allows the user to:

  1. Bind a particular interface. This is useful both for security (so you don't expose your development server), and also lets you bind to 127.0.0.1 to prevent OSX from launching a warning dialog when your firewall's on. (I avoided this to retain backwards-compatibility, but the ideal default would be to bind to 127.0.0.1.)

  2. Choose a separate build and watch path. This is useful for many projects which nest their main packages inside of the repository.

@rasmusrygaard

Copy link
Copy Markdown

@codegangsta Any chance you would be willing to merge this? We've gotten a lot of great use out of gin, and the changes here should be backwards-compatible while adding support for additional use cases.

@spolu

spolu commented Nov 29, 2015

Copy link
Copy Markdown

@codegangsta any update on this? it has been pretty well tested, does not break the existing API and adds a must-have capability for many repos.

@ibash

ibash commented Nov 8, 2016

Copy link
Copy Markdown
Collaborator

Binding to a specific interface was just added with #88 -- if anyone wants to resolve conflicts I'd be happy to merge the second option.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants