mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
18 lines
374 B
Plaintext
18 lines
374 B
Plaintext
# Configuration file for netctl data engine
|
|
|
|
## Commands
|
|
# command
|
|
NETCTLCMD=/usr/bin/netctl
|
|
# netctl-auto command
|
|
NETCTLAUTOCMD=/usr/bin/netctl-auto
|
|
|
|
## External IP
|
|
# external IPv4 check command
|
|
EXTIP4CMD=curl ip4.telize.com
|
|
# 'true' - check external IPv4
|
|
EXTIP4=false
|
|
# external IPv6 check command
|
|
EXTIP6CMD=curl ip6.telize.com
|
|
# 'true' - check external IPv6
|
|
EXTIP6=false
|