Why does this keep reverting

This commit is contained in:
Jamil Bou Kheir
2021-07-08 21:43:37 -07:00
parent 2a28b742c8
commit 18380a5651

View File

@@ -18,7 +18,7 @@ defmodule CfVpn.CLI.Live do
import CfCommon.CLI
def setup do
# create_interface()
create_interface()
setup_iptables()
up_interface()
end
@@ -26,7 +26,7 @@ defmodule CfVpn.CLI.Live do
def teardown do
down_interface()
teardown_iptables()
# delete_interface()
delete_interface()
end
@doc """