*: move default tracker port to 6969

This commit is contained in:
Leo Balduf
2018-02-13 10:07:01 +01:00
parent a8bc51ba1d
commit 0c077f0a8c
3 changed files with 5 additions and 5 deletions

View File

@@ -26,7 +26,7 @@ chihaya:
http:
# The network interface that will bind to an HTTP server for serving
# BitTorrent traffic.
addr: "0.0.0.0:6881"
addr: "0.0.0.0:6969"
# The path to the required files to listen via HTTPS.
tls_cert_path: ""
@@ -72,7 +72,7 @@ chihaya:
udp:
# The network interface that will bind to a UDP server for serving
# BitTorrent traffic.
addr: "0.0.0.0:6881"
addr: "0.0.0.0:6969"
# The leeway for a timestamp on a connection ID.
max_clock_skew: 10s