mirror of
https://github.com/Unkn0wnCat/dotfiles.git
synced 2025-05-28 05:56:08 +02:00
Add Tor service to amon
This commit is contained in:
parent
fb6c73db8e
commit
db9b3e4fb5
1 changed files with 21 additions and 1 deletions
|
@ -34,7 +34,27 @@
|
|||
|
||||
time.timeZone = "Europe/Berlin";
|
||||
|
||||
|
||||
services.tor = {
|
||||
enable = true;
|
||||
enableGeoIP = false;
|
||||
relay.onionServices = {
|
||||
kreig = {
|
||||
version = 3;
|
||||
map = [{
|
||||
port = 80;
|
||||
target = {
|
||||
addr = "[::1]";
|
||||
port = 8666;
|
||||
};
|
||||
}];
|
||||
};
|
||||
};
|
||||
settings = {
|
||||
ClientUseIPv4 = false;
|
||||
ClientUseIPv6 = true;
|
||||
ClientPreferIPv6ORPort = true;
|
||||
};
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
console = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue