613d496133
* Add Lychee linkchecker for inter-doc links * Fix path to linkcheckr CI * Try fix path again * Update lychee config * Fix broken links * Add Lychee usage info to readme
22 lines
1.4 KiB
Plaintext
22 lines
1.4 KiB
Plaintext
import { Callout } from 'nextra/components';
|
|
import IspTable from 'components/outputs/csv2md-outputs/isp-sheet.md';
|
|
|
|
|
|
# Where to host your `nym-node`?
|
|
|
|
Inspired by a valuable resource, done by Tor community - [*Good Bad ISPs*](https://community.torproject.org/relay/community-resources/good-bad-isps/), LunarDAO squad initiated a table customised for Nym Exit Gateways operators.
|
|
|
|
This ISP list is fully managed by Nym operator community and it serves as a space to share their experience of running Exit Gateways on various Internet Service Providers (ISPs). The ISPs greatly differ in regards to services they offer as well as to their openess of hosting exit routing software.
|
|
|
|
Please share any experiences running a node like policies, complains, legal issues and solutions, discrepancy between offers and reality (bandwidth, IP range, locations) or anything regarding pricing or customer support.
|
|
|
|
If you came across any legal findings, please share them in our [list of jurisdictions](jurisdictions).
|
|
|
|
While we trust that Nym node operators are honest, we would like to ask everyone to do your own research.
|
|
|
|
<Callout type="warning" emoji="">
|
|
To edit or add information to the ISP list, make changes to the csv file located [here](https://github.com/nymtech/nym/blob/develop/documentation/docs/data/csv/isp-sheet.csv) and submit your edits as a pull request according to [this guide](add-content.mdx).
|
|
</Callout>
|
|
|
|
<IspTable />
|