mirror of
https://github.com/Revertron/Alfis
synced 2024-11-03 15:40:19 +00:00
18 lines
551 B
TOML
18 lines
551 B
TOML
# Settings
|
|
origin = "0000000D48E05DAB6B26C58094A2AF65563D1DB4EECAF18663B01CE77152E56B"
|
|
key_file = "default.key"
|
|
listen = "[::]:4244"
|
|
public = false
|
|
|
|
# Bootstrap nodes
|
|
peers = ["test-ip4.alfis.name:4244", "test-ip6.alfis.name:4244"]
|
|
|
|
# DNS server options
|
|
[dns]
|
|
listen = "127.0.0.1:5300"
|
|
threads = 20
|
|
#AdGuard DNS servers to filter ads and trackers
|
|
forwarders = ["94.140.14.14:53", "94.140.15.15:53"]
|
|
#forwarders = ["[301:2522::53]:53", "[301:2923::53]:53"]
|
|
#forwarders = ["[301:2522::53]:53", "[301:2923::53]:53", "94.140.14.14:53", "94.140.15.15:53"]
|