mirror of
https://github.com/simon-ding/polaris.git
synced 2026-02-06 15:10:49 +08:00
fix: disable stun proxy feature
This commit is contained in:
@@ -34,7 +34,6 @@ docker run -p 8080:8080 ghcr.io/simon-ding/polaris:latest
|
|||||||
|
|
||||||
- [x] 电视剧自动追踪下载
|
- [x] 电视剧自动追踪下载
|
||||||
- [x] 电影自动追踪下载
|
- [x] 电影自动追踪下载
|
||||||
- [x] [内建NAT内网穿透功能](./doc/stun_nat_traversal.md),无需额外配置,可实现BT/PT全速上传
|
|
||||||
- [x] 本地、webdav、 [alist](https://github.com/alist-org/alist) 存储支持,使用 alist 存储支持秒传功能
|
- [x] 本地、webdav、 [alist](https://github.com/alist-org/alist) 存储支持,使用 alist 存储支持秒传功能
|
||||||
- [x] 事件通知推送,目前支持 Pushover和 Bark,还在扩充中
|
- [x] 事件通知推送,目前支持 Pushover和 Bark,还在扩充中
|
||||||
- [x] TMDB 代理支持
|
- [x] TMDB 代理支持
|
||||||
|
|||||||
@@ -87,12 +87,12 @@ class _DownloaderState extends ConsumerState<DownloaderSettings> {
|
|||||||
labelText: "优先级", helperText: "1-50, 1最高优先级,50最低优先级"),
|
labelText: "优先级", helperText: "1-50, 1最高优先级,50最低优先级"),
|
||||||
validator: FormBuilderValidators.integer(),
|
validator: FormBuilderValidators.integer(),
|
||||||
autovalidateMode: AutovalidateMode.onUserInteraction),
|
autovalidateMode: AutovalidateMode.onUserInteraction),
|
||||||
FormBuilderSwitch(
|
// FormBuilderSwitch(
|
||||||
name: "use_nat_traversal",
|
// name: "use_nat_traversal",
|
||||||
enabled: client.implementation == "qbittorrent",
|
// enabled: client.implementation == "qbittorrent",
|
||||||
title: const Text("使用内置STUN NAT穿透"),
|
// title: const Text("使用内置STUN NAT穿透"),
|
||||||
decoration: InputDecoration(helperText: "内建的NAT穿透功能帮助BT客户端上传(会自动更改下载器的监听地址)"),
|
// decoration: InputDecoration(helperText: "内建的NAT穿透功能帮助BT客户端上传(会自动更改下载器的监听地址)"),
|
||||||
),
|
// ),
|
||||||
FormBuilderSwitch(
|
FormBuilderSwitch(
|
||||||
name: "remove_completed_downloads",
|
name: "remove_completed_downloads",
|
||||||
title: const Text("任务完成后删除")),
|
title: const Text("任务完成后删除")),
|
||||||
|
|||||||
Reference in New Issue
Block a user