Update config.yaml
This commit is contained in:
@@ -12,32 +12,4 @@ network_name = "vicro-net"
|
||||
network_secret = "HLWMhtvFofnvMr0ppMRF"
|
||||
|
||||
[flags]
|
||||
|
||||
[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
|
||||
disable_p2p = true
|
||||
|
||||
Reference in New Issue
Block a user