From 2e7a6bf5a0eed84070fd58ffdd4df7dd72ab3f3b Mon Sep 17 00:00:00 2001 From: Gaojianli <823805669hehe@gmail.com> Date: Thu, 5 Dec 2024 22:44:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=97=A2=E7=84=B6=E6=98=AF=E5=88=86=E7=BB=840?= =?UTF-8?q?=E7=9A=84=E7=94=A8=E6=88=B7=E6=89=8D=E8=83=BD=E5=90=AF=E7=94=A8?= =?UTF-8?q?=EF=BC=8C=E9=82=A3=E4=BB=96=E4=BB=AC=E4=B8=80=E5=AE=9A=E6=9C=89?= =?UTF-8?q?=E8=83=BD=E5=8A=9B=E8=87=AA=E5=B7=B1=E5=BC=80=E5=90=AF=E8=BF=99?= =?UTF-8?q?=E4=B8=AA=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/config.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/config.yml b/src/main/resources/config.yml index c5786285f..2bab58397 100644 --- a/src/main/resources/config.yml +++ b/src/main/resources/config.yml @@ -15,7 +15,7 @@ language: default # so your support is vital to us. # If you don't want to donate PeerBanHelper, please create a local free license via WebUI, # which is functionally identical to the donation key obtained via donation. -pbh-plus-key: '' +pbh-plus-key: "" # Http 服务器设置 # Http Server Settings server: @@ -139,8 +139,8 @@ ip-database: # 允许自动更新 GeoIP 数据库文件 # Allow PBH update GeoIP database file while restarting if needed auto-update: true - database-city: 'GeoLite2-City' - database-asn: 'GeoLite2-ASN' + database-city: "GeoLite2-City" + database-asn: "GeoLite2-ASN" # 代理服务器设定 # Proxy server settings proxy: @@ -166,10 +166,10 @@ performance: # PeerBanHelper 去中心化网络服务 - Decentralized network service # 请配置一个可用的 Kubo IPFS 节点 - Please configure an available Kubo IPFS node decentralized: - enabled: true + enabled: false # Kubo RPC MultiAddr kubo-rpc: "/ip4/127.0.0.1/tcp/5001" features: # 发布当前封禁列表到 IPFS 以允许它人订阅您的封禁列表内容,时间单位:毫秒,设置为 -1 以禁用 # Publish current banlist to IPFS to allow others subscribe your banlist, time unit: milliseconds, set to -1 to disable - publish-banlist: 3600000 \ No newline at end of file + publish-banlist: 3600000