mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
20 lines
370 B
Plaintext
20 lines
370 B
Plaintext
# Configuration file for netctl data engine
|
|
|
|
## Commands
|
|
# command
|
|
CMD=/usr/bin/netctl
|
|
# netctl-auto command
|
|
NETCTLAUTOCMD=/usr/bin/netctl-auto
|
|
# 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
|