mirror of
https://github.com/logos-storage/deluge.git
synced 2026-01-07 23:53:12 +00:00
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…
x
Reference in New Issue
Block a user