# An example of how to configure a Searxng instance to replace all # paywalled results with links to archive.is / archive.ph hostnames: replace: '^(www\.)?nytimes\.com$': 'archive.is/https://nytimes.com' '^(www\.)?bloomberg\.com$': 'archive.is/https://bloomberg.com' '^(www\.)?washingtonpost\.com$': 'archive.is/https://washingtonpost.com' '^(www\.)?ft\.com$': 'archive.is/https://ft.com' '^(www\.)?newyorker\.com$': 'archive.ph/https://newyorker.com' '^(www\.)?theatlantic\.com$': 'archive.ph/https://theatlantic.com' '^([\w-]+).substack\.com$': 'archive.is/https://\1.substack.com' '^(www\.)?newscientist\.com$': 'archive.is/https://newscientist.com'