Skip to content

Commit 16224da

Browse files
committed
feat: enable all services in dev default config
- Using wildcard IPs for UDP and HTTP. - Revert port 0 (unintencionally changed). Use prefedined ports.
1 parent 254d16f commit 16224da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
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)