mirror of
https://github.com/arcan1s/netctl-gui.git
synced 2025-04-24 15:37:23 +00:00
+ add ipv6 definition (internal and external) + add netctlAuto source * rewrite interface list definition to use QtNetwork module * rewrite internal ip definition to use QtNetwork module - fix #7
18 lines
366 B
Plaintext
18 lines
366 B
Plaintext
# Configuration file for netctl data engine
|
|
|
|
## Commands
|
|
# command
|
|
CMD=/usr/bin/netctl
|
|
# netctl-auto command
|
|
NETCTLAUTOCMD=/usr/bin/netctl-auto
|
|
|
|
## External IP
|
|
# external IPv4 check command
|
|
EXTIPCMD=curl ip4.telize.com
|
|
# 'true' - check external IPv4
|
|
EXTIP=false
|
|
# external IPv6 check command
|
|
EXTIP6CMD=curl ip6.telize.com
|
|
# 'true' - check external IPv6
|
|
EXTIP6=false
|