From 358c8b076b5182f1a04b1c001749e152a97b4c9d Mon Sep 17 00:00:00 2001 From: Duke Leto Date: Wed, 10 Feb 2021 19:40:46 +0000 Subject: [PATCH] start.sh --- start.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 start.sh diff --git a/start.sh b/start.sh new file mode 100755 index 0000000..1b5b236 --- /dev/null +++ b/start.sh @@ -0,0 +1,9 @@ +#!/bin/bash +# Copyright 2020-2021 The Hush Developers +# Released under GPLv3 + +# using ipv4 localhost +#./go/bin/go run cmd/server/main.go -bind-addr localhost:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -no-tls + +# using ipv6 localhost +./go/bin/go run cmd/server/main.go -bind-addr ip6-localhost:9067 -conf-file ~/.komodo/HUSH3/HUSH3.conf -no-tls