()
| 9 | const logger = createLogger('tor-client') |
| 10 | |
| 11 | const getPrivateKeyFile = () => { |
| 12 | return join(process.env.NOSTR_CONFIG_DIR ?? join(homedir(), '.nostr'), 'v3_onion_private_key') |
| 13 | } |
| 14 | |
| 15 | export const createTorConfig = (): TorConfig => { |
| 16 | return { |