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