瀏覽代碼

module: _wg_ifaces: use wg show all

tags/v0.9
Maximilian Eschenbacher 6 年之前
父節點
當前提交
de045d6f38
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      _modules/wireguard.py

+ 1
- 1
_modules/wireguard.py 查看文件

@@ -126,7 +126,7 @@ def _wg_ifaces(hide_keys=True):
tmp = dict()
tmpiface = dict()
ifaces = dict()
out = __salt__['cmd.run']('wg',
out = __salt__['cmd.run']('wg show all',
env={'WG_HIDE_KEYS': 'always' if hide_keys else 'never'})
for line in out.splitlines():
if line.startswith('interface: '):

Loading…
取消
儲存