Skip to content

Commit

Permalink
fix: 禁用酒店源和页面服务功能
Browse files Browse the repository at this point in the history
  • Loading branch information
ldm0206 committed Feb 2, 2025
1 parent e270430 commit b88e5fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/config.ini
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ open_filter_resolution = True
# 开启速率过滤,低于最小速率(min_speed)的接口将会被过滤; 可选值: True, False | Enable rate filtering, interfaces below the minimum rate (min_speed) will be filtered; Optional values: True, False
open_filter_speed = True
# 开启酒店源功能,关闭后所有酒店源工作模式都将关闭; 可选值: True, False | Enable hotel source function, after closing, all hotel source working modes will be closed; Optional values: True, False
open_hotel = True
open_hotel = False
# 开启 Foodie 酒店源工作模式; 可选值: True, False | Enable Foodie hotel source working mode; Optional values: True, False
open_hotel_foodie = True
# 开启 FOFA、ZoomEye 酒店源工作模式; 可选值: True, False | Enable FOFA, ZoomEye hotel source working mode; Optional values: True, False
Expand All @@ -32,7 +32,7 @@ open_proxy = False
# 开启查询请求,数据来源于网络(仅针对酒店源与组播源); 可选值: True, False | Enable query request, data comes from the network (only for hotel source and multicast source); Optional values: True, False
open_request = False
# 开启页面服务,用于控制是否启动结果页面服务;如果使用青龙等平台部署,有专门设定的定时任务,需要更新完成后停止运行,可以关闭该功能; 可选值: True, False | Enable page service, used to control whether to start the result page service; If you use platforms such as Qinglong for deployment, there are special scheduled tasks, you need to stop running after the update is completed, you can turn off this function; Optional values: True, False
open_service = True
open_service = False
# 开启排序功能(响应速度、日期、分辨率); 可选值: True, False | Enable sorting function (response speed, date, resolution); Optional values: True, False
open_sort = True
# 开启订阅源功能; 可选值: True, False | Enable subscription source function; Optional values: True, False
Expand Down

0 comments on commit b88e5fc

Please sign in to comment.