diff --git a/include/libtorrent/session_settings.hpp b/include/libtorrent/session_settings.hpp index 6b3907c30..b7dc62a44 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -118,7 +118,7 @@ namespace libtorrent , use_dht_as_fallback(false) #endif , free_torrent_hashes(true) - , upnp_ignore_nonrouters(true) + , upnp_ignore_nonrouters(false) , send_buffer_watermark(80 * 1024) , auto_upload_slots(true) , use_parole_mode(true)