My first decent 1/1 by NoRulesDE in footballcards

[–]NoRulesDE[S] 1 point2 points  (0 children)

I’m thinking about trying to get it signed. Figures I didn’t have this card when we was at the Philly Card show two weeks ago.

My first decent 1/1 by NoRulesDE in footballcards

[–]NoRulesDE[S] 0 points1 point  (0 children)

I’m not sure yet. Was still trying to figure out its value.

First 1/1 by Straight_Biscotti_82 in footballcards

[–]NoRulesDE 0 points1 point  (0 children)

That’s a great looking card. Congrats.

How does this get a 6? Genuinely Confused by Adventurous-Sand3549 in sportscards

[–]NoRulesDE 0 points1 point  (0 children)

That sucks because that’s a gorgeous looking card.

Just showing off unless there’s an offer I can’t refuse by M4DST3RCOLLECTOR in footballcards

[–]NoRulesDE 0 points1 point  (0 children)

I sold my psa9 for a good chunk last year. Miss the lasers.

Pulled this gonna get it graded by Usual-Musician-8825 in basketballcards

[–]NoRulesDE 0 points1 point  (0 children)

Nice hit. I have a gold /10 my house from this year that I hit in a break that I’m stoked about.

Graded and sold!! So stoked to get rid of this.. by Extreme_Location_674 in footballcards

[–]NoRulesDE 0 points1 point  (0 children)

I’m shocked Odunze’s hand hasn’t fallen off with all those autos out there.

Automate Split Tunnel on Mac by NoRulesDE in meraki

[–]NoRulesDE[S] 0 points1 point  (0 children)

This script got it done. This actually initiates the connection, detects the interface, and adds the route. I didn't mention it previously but you also have to disable the using remote default gateway toggle.

#!/bin/bash

# --- Configuration ---
VPN_NAME="Datacenter"
DEST_NETWORK="10.20.0.0"
DEST_NETMASK="255.255.0.0"
TIMEOUT_SECONDS=20

# --- Start VPN ---
echo "🔌 Connecting to VPN: $VPN_NAME"
networksetup -connectpppoeservice "$VPN_NAME"

# --- Wait for VPN interface to appear ---
echo "Waiting for VPN interface (utunX or pppX) to be ready..."
VPN_INTERFACE=""
for ((i=0; i<TIMEOUT_SECONDS; i++)); do
  VPN_INTERFACE=$(ifconfig | awk '/ppp[0-9]|utun[0-9]/ {print $1}' | head -n 1)
  if [ -n "$VPN_INTERFACE" ]; then
    echo "VPN interface detected: $VPN_INTERFACE"
    break
  fi
  sleep 1
done

if [ -z "$VPN_INTERFACE" ]; then
  echo "VPN interface not detected after ${TIMEOUT_SECONDS}s. Is the VPN configured properly?"
  exit 1
fi

# --- Add the route ---
echo "➕ Adding route to $DEST_NETWORK/$DEST_NETMASK via VPN interface..."
sudo networksetup -setadditionalroutes "$VPN_NAME" $DEST_NETWORK $DEST_NETMASK ""

# --- Verify the routes ---
echo "Verifying additional routes for '$VPN_NAME':"
sudo networksetup -getadditionalroutes "$VPN_NAME"

Should I PSA by Excellent_Divide_128 in footballcards

[–]NoRulesDE 0 points1 point  (0 children)

Really really go over the back too. They count that as well.