Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to make "cljr swank" default to safer localhost #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Change to make "cljr swank" default to safer localhost #18

wants to merge 1 commit into from

Commits on Sep 27, 2010

  1. Make swank command default to binding to localhost and add 2dn option…

    …al argument which is the hostname to bind to.
    
    The swank command used to bind to '0.0.0.0' by default, i.e. was open
    to the world which is a dangerous default.  The default has now been
    changed to 'localhost' which is safer.  The command now takes a second
    optional argument which is the hostname to bind to -- pass '0.0.0.0'
    to get the old behaviour.
    hdurer committed Sep 27, 2010
    Copy the full SHA
    94beeab View commit details
    Browse the repository at this point in the history