36 lines
715 B
YAML
36 lines
715 B
YAML
hostname = "easytier"
|
|
instance_name = "default"
|
|
instance_id = "373d5d6d-b08a-456c-afc4-5d163f27b1d8"
|
|
dhcp = true
|
|
listeners = [
|
|
"tcp://0.0.0.0:11010",
|
|
"udp://0.0.0.0:11010",
|
|
]
|
|
|
|
[network_identity]
|
|
network_name = "default"
|
|
network_secret = ""
|
|
|
|
[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"
|
|
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
|