mirror of
https://git.lain.church/emil/moontalk.git
synced 2025-05-21 02:46:45 +00:00
13 lines
451 B
Forth
13 lines
451 B
Forth
|
|
true constant CONFIG_C_FFI
|
|
|
|
23232 constant CONFIG_SERVER_PORT
|
|
|
|
s" logs/" sconstant CONFIG_LOG_DIR
|
|
|
|
TOR_CONTROL_AUTHMETHOD_COOKIE constant CONFIG_TOR_CONTROL_AUTHMETHOD
|
|
1 24 lshift 127 or constant CONFIG_TOR_CONTROL_ADDR
|
|
9051 constant CONFIG_TOR_CONTROL_PORT
|
|
s" /run/tor/control.authcookie" sconstant CONFIG_TOR_CONTROL_COOKIE_FILEPATH
|
|
\ s" mypassword" sconstant CONFIG_TOR_CONTROL_PASSWORD
|