From 71273a94a47e16aba8f0a02bb244aa62a6d3cd21 Mon Sep 17 00:00:00 2001 From: Xiao Pan Date: Wed, 30 Jul 2025 15:28:46 +0000 Subject: remove phantun and switch to mimic --- etc/systemd/system/phantun_server.service | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 etc/systemd/system/phantun_server.service (limited to 'etc/systemd/system/phantun_server.service') diff --git a/etc/systemd/system/phantun_server.service b/etc/systemd/system/phantun_server.service deleted file mode 100644 index 68a57480..00000000 --- a/etc/systemd/system/phantun_server.service +++ /dev/null @@ -1,14 +0,0 @@ -[Unit] -Description=phantun client -After=network.target - -[Service] -Type=simple -Environment=RUST_LOG=info -ExecStart=/usr/bin/phantun_server --local 59083 --remote [::1]:54635 --tun-local 10.0.2.1 --tun-peer 10.0.2.2 --tun-local6 fdc9:281f:04d7:9eeb::1 --tun-peer6 fdc9:281f:04d7:9eeb::2 --tun pt0 -#ExecStart=/usr/bin/env RUST_LOG=info /usr/bin/phantun_server --local 59083 --remote [::1]:54635 --tun-local 10.0.2.1 --tun-peer 10.0.2.2 --tun-local6 fdc9:281f:04d7:9eeb::1 --tun-peer6 fdc9:281f:04d7:9eeb::2 --tun pt0 -Restart=always - -[Install] -WantedBy=multi-user.target - -- cgit v1.2.3-70-g09d2