angristan/wireguard-install

Remove client configuration files when uninstalling WireGuard

开放

#166 创建于 2020年12月11日

 (2 条评论) (1 个反应) (0 位负责人)Shell (1,603 个派生)batch import
enhancementgood first issue

仓库指标

星标
 (10,501 个星标)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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]
...

贡献者指南