Re: How to use GNUnet offline?

Christian Grothoff <[email protected]> Mon, 27 Jun 2022 20:25:50 +0200
Newsgroups gmane.network.gnunet.general
Message-ID <[email protected]>
Hi Maxime,

Why not configure the transport tcp or udp plugin to bindto localhost?

BINDTO = 127.0.0.1

That should do the trick, right? ;-)

-Christian

On 6/27/22 18:52, Maxime Devos wrote:
> Hi,
> 
> Is there some recommend method to configure GNUnet such that it does
> not contact the network (at cost of not being able to communicate with
> external peers, and only with itself), to avoid potential security
> problems?  It's just for local development testing, so only being able
> to contact itself is no problem.
> 
> Greetings,
> Maxime.