From 0901c5a563d2dedcb280812d77411ffc009990ef Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Thu, 21 Apr 2022 18:08:24 +0200 Subject: Force All Internet Traffic Through Tor * iptables.tor.rules: Import firewall rules from Arch Wiki describing Transparent Torification ... * system-configuration (iptables-configuration): ... and use them here. --- system-configuration.scm | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'system-configuration.scm') diff --git a/system-configuration.scm b/system-configuration.scm index 38f9c39..213d60e 100644 --- a/system-configuration.scm +++ b/system-configuration.scm @@ -45,6 +45,12 @@ ( append ( list ( service cups-service-type ) + ( service iptables-service-type + ( iptables-configuration + ( ipv4-rules + ( local-file "iptables.tor.rules" ) ) + ( ipv6-rules + ( local-file "iptables.tor.rules" ) ) ) ) ( service openssh-service-type ) ( service gnome-desktop-service-type ) ( service tor-service-type -- cgit v1.2.3