mirror of
git://f0xx.org/android_cast
synced 2026-07-29 06:18:42 +03:00
small sync
This commit is contained in:
27
examples/network/wan-snapshot.env.example
Normal file
27
examples/network/wan-snapshot.env.example
Normal file
@@ -0,0 +1,27 @@
|
||||
# Copy to /etc/conf.d/wan-snapshot on each host (optional).
|
||||
# Source from cron: . /etc/conf.d/wan-snapshot 2>/dev/null; /usr/local/bin/wan-snapshot.sh
|
||||
|
||||
# --- Raspberry Pi (external / home vantage) ---
|
||||
# WAN_SNAPSHOT_ROLE=pi
|
||||
# WAN_SNAPSHOT_LOG=/var/log/wan-quality.log
|
||||
# ROUTER_PING_TARGET=10.7.6.228
|
||||
# FE_PING_TARGET=10.7.0.10
|
||||
# BE_PING_TARGET=10.7.16.128
|
||||
|
||||
# --- Gentoo FE ---
|
||||
# WAN_SNAPSHOT_ROLE=fe
|
||||
# WAN_SNAPSHOT_LOG=/var/log/wan-quality.log
|
||||
# FE_PING_TARGET=10.7.0.10
|
||||
# BE_PING_TARGET=10.7.16.128
|
||||
# ROUTER_PING_TARGET=10.7.6.228
|
||||
|
||||
# --- Debian edge router (monstro) ---
|
||||
# WAN_SNAPSHOT_ROLE=router
|
||||
# WAN_SNAPSHOT_LOG=/var/log/wan-quality.log
|
||||
# FE_PING_TARGET=10.7.0.10
|
||||
# BE_PING_TARGET=10.7.16.128
|
||||
|
||||
# Shared
|
||||
# WAN_SNAPSHOT_EXTRAS=1
|
||||
# PING_COUNT=10
|
||||
# PING_DEADLINE_S=15
|
||||
Reference in New Issue
Block a user