diff options
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 14 |
1 files changed, 13 insertions, 1 deletions
@@ -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 |
