Update config.yaml

This commit is contained in:
rj
2025-11-17 16:50:56 +08:00
parent 4cd2b5fcab
commit 0d9be2d9bf

View File

@@ -12,32 +12,4 @@ network_name = "vicro-net"
network_secret = "HLWMhtvFofnvMr0ppMRF" network_secret = "HLWMhtvFofnvMr0ppMRF"
[flags] [flags]
disable_p2p = true
[acl.acl_v1.group]
members = ["vicro-group"]
[[acl.acl_v1.group.declares]]
group_name = "vicro-group"
group_secret = "unh3b8Vf3sk5zU9yRSO6"
[[acl.acl_v1.chains]]
name = "default_inbound"
description = "我的安全策略"
chain_type = 1
enabled = true
default_action = 2
[[acl.acl_v1.chains.rules]]
name = "allow_whole_group"
description = "允许组内所有流量"
priority = 1000
action = 1
source_groups = ["vicro-group"]
destination_groups = ["vicro-group"]
protocol = 1
enabled = true
ports = []
source_ips = []
destination_ips = []
source_ports = []
rate_limit = 0
burst_limit = 0
stateful = true