2
0
mirror of https://github.com/Revertron/Alfis synced 2024-11-03 15:40:19 +00:00
Alfis/alfis.toml

35 lines
1.1 KiB
TOML
Raw Normal View History

2021-03-29 09:10:48 +00:00
# Main settings
# The hash of first block in a chain to know with which nodes to work
origin = "00000102C2F9BFD2803284D93327F089D60FC72A06F19AF2384567F2646B8348"
2021-03-29 09:10:48 +00:00
# A path to your key file to load autamatically
2021-03-23 17:56:29 +00:00
key_file = "default.key"
2021-03-29 09:10:48 +00:00
# Your node will listen on that address for other nodes to connect
listen = "[::]:4244"
2021-03-29 09:10:48 +00:00
# Set true if you want your IP to participate in peer-exchange, or false otherwise
public = true
# Bootstrap nodes
2021-03-29 09:10:48 +00:00
# All bootstap nodes
#peers = ["test-ip4.alfis.name:4244", "test-ip6.alfis.name:4244"]
2021-03-29 09:10:48 +00:00
# Yggdrasil nodes only
peers = ["test-ip6.alfis.name:4244"]
# DNS server options
[dns]
2021-03-29 09:10:48 +00:00
# Your DNS resolver will be listening on this address and port (Usual port is 53)
2021-03-07 16:47:33 +00:00
listen = "127.0.0.1:5300"
2021-03-29 09:10:48 +00:00
# How many threads to spawn by DNS server
threads = 20
2021-03-29 09:10:48 +00:00
# AdGuard DNS servers to filter ads and trackers
#forwarders = ["94.140.14.14:53", "94.140.15.15:53"]
2021-03-29 09:10:48 +00:00
# Wyrd servers
forwarders = ["[301:2522::53]:53", "[303:8b1a::53]:53"]
2021-03-29 09:10:48 +00:00
# Cloudflare servers
#forwarders = ["1.1.1.1:53", "1.0.0.1:53"]
#Mining options
[mining]
# How many CPU threads to spawn for mining
threads = 0