File tree Expand file tree Collapse file tree 1 file changed +8
-11
lines changed
Expand file tree Collapse file tree 1 file changed +8
-11
lines changed Original file line number Diff line number Diff line change @@ -52,29 +52,26 @@ cargo build --release
5252``` toml
5353log_level = " info"
5454mode = " public"
55+ db_driver = " Sqlite3"
5556db_path = " data.db"
56- persistence = false
57- cleanup_interval = 600
58- cleanup_peerless = true
59- external_ip = " 0.0.0.0"
6057announce_interval = 120
61- announce_interval_min = 900
62- peer_timeout = 900
58+ min_announce_interval = 120
59+ max_peer_timeout = 900
6360on_reverse_proxy = false
61+ external_ip = " 0.0.0.0"
62+ tracker_usage_statistics = true
63+ persistent_torrent_completed_stat = false
64+ inactive_peer_cleanup_interval = 600
65+ remove_peerless_torrents = true
6466
6567[[udp_trackers ]]
6668enabled = false
6769bind_address = " 0.0.0.0:6969"
6870
69- [[udp_trackers ]]
70- enabled = true
71- bind_address = " [::]:6969"
72-
7371[[http_trackers ]]
7472enabled = true
7573bind_address = " 0.0.0.0:6969"
7674ssl_enabled = false
77- ssl_bind_address = " 0.0.0.0:6868"
7875ssl_cert_path = " "
7976ssl_key_path = " "
8077
You can’t perform that action at this time.
0 commit comments