diff options
| author | Jeff Carr <[email protected]> | 2024-11-01 21:47:10 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-11-01 21:47:10 -0500 |
| commit | a4659ec59524279e5a80cd299491fe0a6dbf208a (patch) | |
| tree | 01aa4a2e852430cc3050dd26ac2cbaaf3fc1320e /Makefile | |
| parent | 42ca387a49857c6a179650c4296384ce74c1e3d1 (diff) | |
still compilesv0.22.1
Signed-off-by: Jeff Carr <[email protected]>
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 |
