This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
wangwei-cn-object-scheduler/config/application.yml

220 lines
7.4 KiB
YAML
Raw Normal View History

2024-01-05 15:15:36 +08:00
server:
2024-01-26 17:07:57 +08:00
port: 8888
2024-01-05 15:15:36 +08:00
spring:
application:
name: cn-object-scheduler
datasource:
driver-class-name: com.mysql.cj.jdbc.Driver
2024-01-12 17:14:54 +08:00
url: jdbc:mysql://192.168.44.53:3306/cn_api?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true&serverTimezone=UTC&failOverReadOnly=false&connectTimeout=10000&socketTimeout=300000
2024-01-05 15:15:36 +08:00
username: root
password: 111111
logging:
config: ./config/logback-spring.xml
2024-01-05 15:15:36 +08:00
tsg:
system:
2024-01-18 10:14:21 +08:00
url: http://192.168.44.29:8080
token: 1ca0350bc499a208a0edadb74d76a0ee&1&
2024-01-05 15:15:36 +08:00
httpTimeout: 3600000
2024-01-26 17:07:57 +08:00
isLatestVersion: true
2024-01-05 15:15:36 +08:00
object:
ip:
excludeValue: 0.0.0.0,255.255.255.255,127.*,8.8.8.8,1.1.1.1
2024-01-16 09:46:46 +08:00
hotspotvpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14145
2024-01-16 09:46:46 +08:00
name: hotspotvpn_serverip
2024-01-05 15:15:36 +08:00
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 1 and is_valid = 1 order by op_time desc LIMIT 100000
2024-01-05 15:15:36 +08:00
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
2024-01-16 09:46:46 +08:00
ipvanishvpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14177
2024-01-16 09:46:46 +08:00
name: ipvanishvpn_serverip
2024-01-16 09:53:47 +08:00
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 3 and is_valid = 1 order by op_time desc LIMIT 100000
2024-01-16 09:53:47 +08:00
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
2024-01-16 09:46:46 +08:00
psiphon3vpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14281
2024-01-16 09:46:46 +08:00
name: psiphon3vpn_serverip
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 4 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
2024-01-16 09:46:46 +08:00
cyberghostvpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14060
2024-01-16 09:46:46 +08:00
name: cyberghostvpn_serverip
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 6 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
geckovpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14113
name: geckovpn_serverip
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 7 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
ivacyvpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14185
name: ivacyvpn_serverip
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 9 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
turbovpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14260
name: turbovpn_serverip
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 10 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
vpnunlimited_serverip:
2024-01-26 17:07:57 +08:00
id: 14162
name: vpnunlimited_serverip
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 11 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
windscribevpn_serverip:
2024-01-26 17:07:57 +08:00
id: 14290
name: windscribevpn_serverip
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT addr_format AS addrFormat, ip1 AS ip1, ip2 AS ip2 FROM cn_vpn_learning_ip WHERE knowledge_id = 15 and plugin_id = 13 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
vpn4fame_serverip:
id: 9
name: vpn4fame_serverip
update:
cron: 0 0 0/1 * * ?
enable: false
2024-01-12 17:41:31 +08:00
sql:
delete:
cron: 0 0 0/1 * * ?
enable: false
offsetSecond: -600
protonvpn_ip:
id: 10
name: protonvpn_ip
update:
cron: 0 0 0/1 * * ?
enable: false
2024-01-12 17:41:31 +08:00
sql:
delete:
cron: 0 0 0/1 * * ?
enable: false
offsetSecond: -600
expressvpn_ip:
id: 11
name: expressvpn_ip
update:
cron: 0 0 0/1 * * ?
enable: false
2024-01-12 17:41:31 +08:00
sql:
delete:
cron: 0 0 0/1 * * ?
enable: false
2024-01-05 15:15:36 +08:00
offsetSecond: -600
fqdn:
cyberghostvpn_servername:
2024-01-26 17:07:57 +08:00
id: 14128
name: cyberghostvpn_servername
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT domain AS domain FROM cn_vpn_learning_domain WHERE knowledge_id = 14 and plugin_id = 5 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
ipvanishvpn_servername:
2024-01-26 17:07:57 +08:00
id: 14174
name: ipvanishvpn_servername
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT domain AS domain FROM cn_vpn_learning_domain WHERE knowledge_id = 14 and plugin_id = 2 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
ivacyvpn_servername:
2024-01-26 17:46:34 +08:00
id: 14183
name: ivacyvpn_servername
update:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
sql: SELECT domain AS domain FROM cn_vpn_learning_domain WHERE knowledge_id = 14 and plugin_id = 8 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
2024-01-26 17:07:57 +08:00
enable: true
offsetSecond: -10800
windscribevpn_servername:
id: 14282
name: windscribevpn_servername
update:
cron: 0 0 0/1 * * ?
enable: true
sql: SELECT domain AS domain FROM cn_vpn_learning_domain WHERE knowledge_id = 14 and plugin_id = 12 and is_valid = 1 order by op_time desc LIMIT 100000
delete:
cron: 0 0 0/1 * * ?
enable: true
offsetSecond: -10800
vpnunlimited_servername:
id: 104
name: vpnunlimited_servername
update:
cron: 0 0 0/1 * * ?
enable: false
2024-01-12 17:41:31 +08:00
sql:
delete:
cron: 0 0 0/1 * * ?
enable: false
offsetSecond: -600
vpn4fame_servername:
id: 105
name: vpn4fame_servername
2024-01-05 15:15:36 +08:00
update:
cron: 0 0 0/1 * * ?
enable: false
2024-01-12 17:41:31 +08:00
sql:
2024-01-05 15:15:36 +08:00
delete:
cron: 0 0 0/1 * * ?
enable: false
2024-01-05 15:15:36 +08:00
offsetSecond: -600