26dcf96475
wg syncconf legt keine AllowedIPs-Routen an; OPNsense Static-Route 192.168.178.1 als häufige Fehlerquelle für LAN→Horus ergänzt. Co-authored-by: Cursor <cursoragent@cursor.com>
13 lines
253 B
Desktop File
13 lines
253 B
Desktop File
[Unit]
|
|
Description=WireGuard wg0 routes for OPNsense peer (Horus)
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
Type=oneshot
|
|
RemainAfterExit=yes
|
|
ExecStart=/usr/local/sbin/wg0-opnsense-routes.sh
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|