Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Erik Jansen
crown-core-test-new-gitlab-runner
Commits
7538d213
Commit
7538d213
authored
6 years ago
by
Ashot
Browse files
Options
Download
Email Patches
Plain Diff
Changed port for testnet
parent
0b98010d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/crown-server-install.sh
+5
-1
scripts/crown-server-install.sh
with
5 additions
and
1 deletion
+5
-1
scripts/crown-server-install.sh
View file @
7538d213
...
...
@@ -190,7 +190,11 @@ configure_conf() {
configure_firewall
()
{
sudo
ufw allow ssh/tcp
sudo
ufw limit ssh/tcp
sudo
ufw allow 9340/tcp
if
[
"
$testnet
"
=
true
]
;
then
sudo
ufw allow 19340/tcp
else
sudo
ufw allow 9340/tcp
fi
sudo
ufw logging on
sudo
ufw
--force
enable
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help