diff options
| author | 尹姜谊 <[email protected]> | 2024-03-18 13:50:45 +0800 |
|---|---|---|
| committer | 尹姜谊 <[email protected]> | 2024-03-18 13:50:45 +0800 |
| commit | 1ae6493db25b9dcdf0be3a302e4afc2f443458f2 (patch) | |
| tree | 61238de1ed263c9731aa4f8912d37d660a1886f6 /config24.01.yaml | |
| parent | c5f7fd8d6085565005dd36c055324b89195ad444 (diff) | |
Add: 增加IP保护
Diffstat (limited to 'config24.01.yaml')
| -rw-r--r-- | config24.01.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config24.01.yaml b/config24.01.yaml index ac9c02c..4008c3a 100644 --- a/config24.01.yaml +++ b/config24.01.yaml @@ -8,6 +8,8 @@ common: switch: on max_workers: 100 max_calls_per_sec: 100 + protected_isp_list: ["google", "谷歌", "cloudflare", "microsoft", "alibaba", "amazon", "facebook","微软", "腾讯"] # isp关键词, 英文小写 + protected_ip_list: ['8.8.8.8', '8.8.4.4', '1.1.1.1', '255.255.255.255', '0.0.0.0', '127.*'] monitor: # monitor_file_path: /Users/joy/Downloads/vpn_thwarting_monitor.prom |
