angristan/wireguard-install

Remove client configuration files when uninstalling WireGuard

Offen

#166 geöffnet am 11.12.2020

 (2 Kommentare) (1 Reaktion) (0 zugewiesene Personen)Shell (1.603 Forks)batch import
enhancementgood first issue

Repository-Metriken

Stars
 (10.501 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Got seemingly invalid client config by these steps:

  • Run the script, add client with name example
  • Remove WireGuard using script menu
  • Run the script again, specified same client name example

The resulting file has.:

[Interface]
...

[Peer]
...
[Interface]
...

[Peer]
...

Contributor Guide