Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Code
Merge requests
15
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
celllframe-node
Commits
98f39e9e
Commit
98f39e9e
authored
8 months ago
by
Roman Khlopkov
🔜
Browse files
Options
Downloads
Plain Diff
Merge branch 'feature-rc53-kelvpn' into 'release-5.3'
[*] kelvpn main config and setup-script See merge request
!1565
parents
e982977e
84a05c9c
Loading
Loading
1 merge request
!1565
[*] kelvpn main config and setup-script
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
dist/share/configs/network/KelVPN.cfg
+8
-15
8 additions, 15 deletions
dist/share/configs/network/KelVPN.cfg
dist/share/default.setup
+7
-2
7 additions, 2 deletions
dist/share/default.setup
with
15 additions
and
17 deletions
dist/share/configs/network/KelVPN.cfg
+
8
−
15
View file @
98f39e9e
# KelVPN
net config
# KelVPN
mainnet
# General
section
[general]
...
...
@@ -8,17 +8,11 @@ native_ticker=KEL
gdb_groups_prefix=kelvpn
bridged_network_ids=[0x0404202200000000]
# Possible
values: light, full, archive, master, root
node-role=
# If
true connecting only to seed_no
des
_addrs and permanent_nodes_addrs
#links_static_only=true
seed_nodes_aliases=[kelvpn.root.0,kelvpn.root.1,kelvpn.root.2]
seed_nodes_hostnames=[0.root.kelvpn.com,1.root.kelvpn.com,2.root.kelvpn.com]
seed_nodes_port=[8079,8079,8079]
seed_nodes_addrs=[1807::2023::0000::0000,1807::2023::0000::0001,1807::2023::0000::0002]
#permanent_nodes_addrs=[1807::2023::0000::0003,1807::2023::0000::0004]
seed_nodes_hosts=[0.root.kelvpn.com:8079,1.root.kelvpn.com:8079,2.root.kelvpn.com:8079]
#root
addresses
authorized_nodes_addrs=[4243::D90D::5B87::D579,
6D8C::9224::5C12::8AD4, F546::A2C3::B230::6068]
#[auth]
#type=ca
...
...
@@ -26,11 +20,10 @@ seed_nodes_addrs=[1807::2023::0000::0000,1807::2023::0000::0001,1807::2023::0000
#acl_accept_ca_gdb=
#acl_accept_ca_chains=all
[dag-poa]
#events-sign-cert=kelvpn.root.0
#
[dag-poa]
#events-sign-cert=kelvpn.root.
pvt.
0
[esbocs]
#
[esbocs]
#blocks-sign-cert=mycert
#minimum_fee=1.0
#fee_addr=myaddr
#fee_addr=myaddr
\ No newline at end of file
This diff is collapsed.
Click to expand it.
dist/share/default.setup
+
7
−
2
View file @
98f39e9e
...
...
@@ -57,7 +57,7 @@ var DB_DRIVER = mdbx
fromtemplate cellframe-node default
network Backbone ensure off
network KelVPN
ensure
off
network KelVPN
default
off
network riemann default on
network raiden default on
network mileena default on
...
...
@@ -91,9 +91,14 @@ if Linux != ${HOST_OS}
config cellframe-node plugins enabled ensure false
endif
config cellframe-node plugins py_path ensure ${CONFIGS_PATH}/var/lib/plugins
config Backbone general node-role default full
config KelVPN general node-role default full
config raiden general node-role default full
config riemann general node-role default full
config mileena general node-role default full
config subzero general node-role default full
\ No newline at end of file
config subzero general node-role default full
config KelVPN general authorized_nodes_addrs ensure [4243::D90D::5B87::D579, 6D8C::9224::5C12::8AD4, F546::A2C3::B230::6068]
config KelVPN general seed_nodes_hosts ensure [0.root.kelvpn.com:8079,1.root.kelvpn.com:8079,2.root.kelvpn.com:8079]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment