From a4659ec59524279e5a80cd299491fe0a6dbf208a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Fri, 1 Nov 2024 21:47:10 -0500 Subject: still compiles Signed-off-by: Jeff Carr --- Makefile | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c0c1012..ec8440a 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ .PHONY: debian run: build + reset cp -f control-panel-dns ~/ - ./control-panel-dns + sudo ./control-panel-dns build: -mkdir -p resources/ @@ -117,3 +118,14 @@ ssl-cert-hash: sudo-cp: sudo cp -a lets-encrypt-r3.pem 8d33f237.0 /etc/ssl/certs/ + +# apt install uml-utilities +fake0-up: + tunctl -t fake0 + ifconfig fake0 up + # ifconfig fake0 inet6 add 2001:470:1f12:2cd::2/64 + ifconfig fake0 inet6 add 2604:BBC0:1234:1234::1234/128 + +fake0-down: + ifconfig fake0 down + tunctl -d fake0 -- cgit v1.2.3