Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Allow one to specify a bind address for http, udp, fixes problem when udp disabled. #138

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Oct 24, 2013

  1. Allow one to specify a bind address for http.

    This is useful to only listen on loopback.
    
    Syntax in your config would look like:
    "http-addr": "127.0.0.1"
    splbio committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    86f4a71 View commit details
    Browse the repository at this point in the history
  2. If udp is not configured then don't bind udp.

    Otherwise we get a random port allocated.
    splbio committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    28d5571 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40dee8d View commit details
    Browse the repository at this point in the history
  4. Cleanup logic for http_addr.

    splbio committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    14d1dfc View commit details
    Browse the repository at this point in the history
  5. Cleanup whitespace.

    splbio committed Oct 24, 2013
    Configuration menu
    Copy the full SHA
    e613443 View commit details
    Browse the repository at this point in the history