netctl-gui/sources/dataengine/netctl.conf
2014-01-30 21:26:04 +04:00

19 lines
314 B
Plaintext

# Configuration file for netctl data engine
## Commands
# command
CMD=/usr/bin/netctl
# ip command
IPCMD=/usr/bin/ip
## Network
# path to list of network devices
NETDIR=/sys/class/net/
## External IP
# external ip check command
EXTIPCMD=wget -qO- http://ifconfig.me/ip
# 'true' - check external IP
EXTIP=false