This commit is contained in:
Brad Stein 2025-06-30 22:27:49 -05:00
parent 85939496f6
commit 4dbe3ff84d
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,8 @@ sudo pacman -Syq --needed --noconfirm git \
gst-plugins-bad \
gst-plugins-bad-libs \
gst-plugins-ugly \
gst-libav
gst-libav \
tcpdump
if ! command -v yay >/dev/null 2>&1; then
echo "==> 1b. installing yay from AUR ..."
sudo -u "$ORIG_USER" bash -c '
@ -120,7 +121,7 @@ After=network.target lesavka-core.service
[Service]
ExecStart=/usr/local/bin/lesavka-server
Restart=always
Environment=RUST_LOG=lesavka_server=info,lesavka_server::audio=info,lesavka_server::video=info,lesavka_server::gadget=info
Environment=RUST_LOG=lesavka_server=trace,lesavka_server::audio=trace,lesavka_server::video=trace,lesavka_server::gadget=trace
Environment=RUST_BACKTRACE=1
Restart=always
RestartSec=5

View File

@ -1,4 +1,4 @@
#!/usr/bin/env bash
# scripts/manual/vpn-test.sh
set -x IP $(curl -s https://api.ipify.org) && echo $IP && curl http://ip-api.com/json/$IP?fields=country,city,lat,lon
set -x IP $(curl -s https://api.ipify.org) && echo "IP: $IP" && curl http://ip-api.com/json/$IP?fields=country,city,lat,lon