gistfile1.txt
Β· 1.0 KiB Β· Text
Raw
root@wireguard:~# wgctl group unblock --name test
=> WARN: β οΈ π phone-test β still blocked by other group(s), skipping
=> DEBUG: π _unblock_peer: restoring phone-test1
=> DEBUG: π Unblocked all traffic from: 10.1.3.6
=> DEBUG: π flush_peer: starting for 10.1.3.6
=> DEBUG: π flush_peer: removed 0 FORWARD rules for: 10.1.3.6
=> DEBUG: π Unwatched client: phone-test1
=> DEBUG: π Added peer to server config: phone-test1
=> DEBUG: π WireGuard config reloaded
=> DEBUG: π _unblock_peer: done
=> DEBUG: π _unblock_peer: restoring phone-nuno
=> DEBUG: π Unblocked all traffic from: 10.1.3.1
=> DEBUG: π flush_peer: starting for 10.1.3.1
=> DEBUG: π flush_peer: removed 0 FORWARD rules for: 10.1.3.1
=> DEBUG: π Unwatched client: phone-nuno
=> DEBUG: π Added peer to server config: phone-nuno
=> DEBUG: π WireGuard config reloaded
=> DEBUG: π _unblock_peer: done
=> INFO: π π All peers from test have been unblocked.
=> WARN: β οΈ π 1 peers were not blocked
root@wireguard:~# wgctl list
| 1 | root@wireguard:~# wgctl group unblock --name test |
| 2 | => WARN: β οΈ π phone-test β still blocked by other group(s), skipping |
| 3 | => DEBUG: π _unblock_peer: restoring phone-test1 |
| 4 | => DEBUG: π Unblocked all traffic from: 10.1.3.6 |
| 5 | => DEBUG: π flush_peer: starting for 10.1.3.6 |
| 6 | => DEBUG: π flush_peer: removed 0 FORWARD rules for: 10.1.3.6 |
| 7 | => DEBUG: π Unwatched client: phone-test1 |
| 8 | => DEBUG: π Added peer to server config: phone-test1 |
| 9 | => DEBUG: π WireGuard config reloaded |
| 10 | => DEBUG: π _unblock_peer: done |
| 11 | => DEBUG: π _unblock_peer: restoring phone-nuno |
| 12 | => DEBUG: π Unblocked all traffic from: 10.1.3.1 |
| 13 | => DEBUG: π flush_peer: starting for 10.1.3.1 |
| 14 | => DEBUG: π flush_peer: removed 0 FORWARD rules for: 10.1.3.1 |
| 15 | => DEBUG: π Unwatched client: phone-nuno |
| 16 | => DEBUG: π Added peer to server config: phone-nuno |
| 17 | => DEBUG: π WireGuard config reloaded |
| 18 | => DEBUG: π _unblock_peer: done |
| 19 | => INFO: π π All peers from test have been unblocked. |
| 20 | => WARN: β οΈ π 1 peers were not blocked |
| 21 | root@wireguard:~# wgctl list |