amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
18.06k stars 1.16k forks source link

make example server axe config environment friendly #1140

Closed yokowasis closed 2 years ago

yokowasis commented 2 years ago

with axe sometimes misbehave, and buggy. There should be an option to turn the axe off from the environment. This way people can easily deploy gun relay server with disabled axe.

yokowasis commented 2 years ago

also not everyone want to use AXE. Some prefer to have isolated network.

amark commented 2 years ago

@yokowasis 👏 🔥 this is good, but already is here ( https://github.com/amark/gun/blob/master/lib/axe.js#L12 ), if you notice that isn't behaving correctly tho, please PR to that file so it benefits all uses (not just those using the example app)! Thanks.