mirror of
https://github.com/KusakabeShi/EtherGuard-VPN.git
synced 2024-11-26 09:13:10 +01:00
main_windows: Get iface name from argument
This commit is contained in:
parent
fac1fbcd72
commit
2efafecab5
@ -23,8 +23,7 @@ func main() {
|
|||||||
if len(os.Args) != 2 {
|
if len(os.Args) != 2 {
|
||||||
os.Exit(ExitSetupFailed)
|
os.Exit(ExitSetupFailed)
|
||||||
}
|
}
|
||||||
//configFile := os.Args[1]
|
interfaceName := os.Args[1]
|
||||||
interfaceName := "TODO"
|
|
||||||
|
|
||||||
logger := NewLogger(
|
logger := NewLogger(
|
||||||
LogLevelDebug,
|
LogLevelDebug,
|
||||||
|
Loading…
Reference in New Issue
Block a user