diff options
author | darkgallium <florian+git@aloneinthedark.xyz> | 2020-06-28 18:22:23 +0200 |
---|---|---|
committer | darkgallium <florian+git@aloneinthedark.xyz> | 2020-06-28 19:05:36 +0200 |
commit | a59ed3812151410c125f62f60b00aad673fd4c66 (patch) | |
tree | 8d3d749b4ac2121ef77a511fa31df2a6df655a7f /src/main.rs | |
parent | 6fe86469ee9b74a8cf628ff21513a8f298a6b4b6 (diff) | |
download | diplonat-a59ed3812151410c125f62f60b00aad673fd4c66.tar.gz diplonat-a59ed3812151410c125f62f60b00aad673fd4c66.zip |
ensure chain jump is added only onceadd-firewall-rules
Diffstat (limited to 'src/main.rs')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index e845017..ca36c26 100644 --- a/src/main.rs +++ b/src/main.rs @@ -7,7 +7,6 @@ mod diplonat; mod fw; mod fw_actor; -use iptables; use log::*; use diplonat::Diplonat; |