mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
fix(meiling): netmask
This commit is contained in:
parent
b70430a4a6
commit
ceea71c77a
10 changed files with 137 additions and 21 deletions
|
|
@ -349,12 +349,12 @@
|
|||
"networks": {
|
||||
"global": {
|
||||
"address4": "49.12.128.117",
|
||||
"address6": null,
|
||||
"address6": "2a01:4f8:242:598d::4",
|
||||
"macAddress": null
|
||||
},
|
||||
"int": {
|
||||
"address4": "10.9.1.4",
|
||||
"address6": "fd0c::4",
|
||||
"address4": "10.9.2.4",
|
||||
"address6": "fd0c:0:0:2::4",
|
||||
"macAddress": null
|
||||
},
|
||||
"local": null,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue