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

net/iodine: config updates #125

Merged
merged 2 commits into from
Jul 24, 2014
Merged

net/iodine: config updates #125

merged 2 commits into from
Jul 24, 2014

Commits on Jul 24, 2014

  1. net/iodine: make port configurable

    Fall back to the default DNS port (i.e. 53). If you configure something
    different than 53 this results in a warning from iodined:
    
    	ALERT! Other dns servers expect you to run on port 53.
    	You must manually forward port 53 to port $port for things to work.
    
    This is obviously true.
    
    Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
    Uwe Kleine-König committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    4e09eeb View commit details
    Browse the repository at this point in the history
  2. net/iodine: make address config optional

    In the absense of an address entry bind to all interfaces which is also
    iodined's default when -l isn't given.
    
    Signed-off-by: Uwe Kleine-König <uwe+openwrt@kleine-koenig.org>
    Uwe Kleine-König committed Jul 24, 2014
    Configuration menu
    Copy the full SHA
    a66f9e8 View commit details
    Browse the repository at this point in the history