aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTrumeet <yuuta@yuuta.moe>2021-04-02 19:26:14 -0700
committerTrumeet <yuuta@yuuta.moe>2021-04-02 19:26:14 -0700
commitf7002a59dc28957289718eb76420fe5a1e4717dd (patch)
tree6177b866264f427bee9f6f660bbc1135e7519e0d
parent1b7b192507aa69af598dfc896a6c77f7996d1731 (diff)
downloaddn42peering-f7002a59dc28957289718eb76420fe5a1e4717dd.tar
dn42peering-f7002a59dc28957289718eb76420fe5a1e4717dd.tar.gz
dn42peering-f7002a59dc28957289718eb76420fe5a1e4717dd.tar.bz2
dn42peering-f7002a59dc28957289718eb76420fe5a1e4717dd.zip
docs: add notice for IPv6 address bracketing
-rw-r--r--docs/central/Database.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/central/Database.md b/docs/central/Database.md
index 2120243..31c3cf1 100644
--- a/docs/central/Database.md
+++ b/docs/central/Database.md
@@ -4,6 +4,10 @@ A MySQL database is required for dn42peering central to work. Before installing
Create a database and user, then grant it with all data and structure privileges. The server will automatically create tables and upgrade schema in the future.
+## Host
+
+IPv4 Address, IPv6 Address or domain name is supported. For IPv6 address, quote your address in brackets like `[fd3f:a1f1:54ed:2::41]`.
+
## Auto Migration
The server will migrate database schema before starts. All migration SQL files can be found in the resources.