22 lines
873 B
Plaintext
22 lines
873 B
Plaintext
# <id> <group_name> <ip_or_hostname[:port]>
|
|
#
|
|
# id is a natural number (1, 2, 3 etc.),
|
|
# 6 bits of the id length is enough, such as 100001
|
|
#
|
|
# storage ip or hostname can be dual IPs seperated by comma,
|
|
# one is an inner (intranet) IP and another is an outer (extranet) IP,
|
|
# or two different types of inner (intranet) IPs
|
|
# IPv4:
|
|
# for example: 192.168.2.100,122.244.141.46
|
|
# another eg.: 192.168.1.10,172.17.4.21
|
|
#
|
|
# IPv6:
|
|
# or example: [2409:8a20:42d:2f40:587a:4c47:72c0:ad8e,fe80::1ee9:90a8:1351:436c]
|
|
# another eg.: [2409:8a20:42d:2f40:587a:4c47:72c0:ad8e,fe80::1ee9:90a8:1351:436c]:100002
|
|
#
|
|
# the port is optional. if you run more than one storaged instances
|
|
# in a server, you must specified the port to distinguish different instances.
|
|
|
|
100001 group1 192.168.0.196
|
|
100002 group1 192.168.0.197
|
|
100003 group1 [2409:8a20:42d:2f40:587a:4c47:72c0:ad8e]:100002 |