explicitly set random_port option to false to override default
This commit is contained in:
parent
bc81481c4c
commit
ed08ed4c22
|
@ -73,6 +73,7 @@ def main():
|
||||||
|
|
||||||
defaults = copy.deepcopy(DEFAULT_PREFS)
|
defaults = copy.deepcopy(DEFAULT_PREFS)
|
||||||
|
|
||||||
|
defaults['random_port'] = False
|
||||||
defaults['listen_random_port'] = None
|
defaults['listen_random_port'] = None
|
||||||
defaults['listen_interface'] = options['DELUGE_EXTERNAL_IP']
|
defaults['listen_interface'] = options['DELUGE_EXTERNAL_IP']
|
||||||
defaults['outgoing_interface'] = options['DELUGE_EXTERNAL_IP']
|
defaults['outgoing_interface'] = options['DELUGE_EXTERNAL_IP']
|
||||||
|
|
Loading…
Reference in New Issue