Skip to content

Commit 7ea6fb0

Browse files
committed
Merge #635: Reset default configuration for development
1b7e5b9 feat: enable all services in dev default config (Jose Celano) Pull request description: - Using wildcard IPs for UDP and HTTP tracker. - Revert port 0 (unintentionally changed). Use predefined ports. Top commit has no ACKs. Tree-SHA512: 241476b60b501a3e8ab23d4b6a55f2e8714cf9fcafebb41a70cf6bf24d6d52dab9c9a13958dcbc8b2ea555024d20ca67f26fa8675fcbbc6de878c78d326bf1ef
2 parents 254d16f + 1b7e5b9 commit 7ea6fb0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

share/default/config/tracker.development.sqlite3.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,18 +13,18 @@ remove_peerless_torrents = true
1313
tracker_usage_statistics = true
1414

1515
[[udp_trackers]]
16-
bind_address = "0.0.0.0:0"
16+
bind_address = "0.0.0.0:6969"
1717
enabled = true
1818

1919
[[http_trackers]]
20-
bind_address = "0.0.0.0:0"
20+
bind_address = "0.0.0.0:7070"
2121
enabled = true
2222
ssl_cert_path = ""
2323
ssl_enabled = false
2424
ssl_key_path = ""
2525

2626
[http_api]
27-
bind_address = "127.0.0.1:0"
27+
bind_address = "127.0.0.1:1212"
2828
enabled = true
2929
ssl_cert_path = ""
3030
ssl_enabled = false

0 commit comments

Comments
 (0)