gistfile1.txt
Β· 913 B Β· Text
Raw
root@wireguard:~# wgctl group unblock --name test
=> DEBUG: π _unblock_peer: restoring phone-test
=> DEBUG: π Unblocked all traffic from: 10.1.3.5
=> DEBUG: π flush_peer: starting for 10.1.3.5
=> DEBUG: π flush_peer: removed 0 FORWARD rules for: 10.1.3.5
=> DEBUG: π Unwatched client: phone-test
=> DEBUG: π Added peer to server config: phone-test
=> DEBUG: π WireGuard config reloaded
=> DEBUG: π _unblock_peer: done
=> 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
=> INFO: π π All peers from test have been unblocked.
| 1 | root@wireguard:~# wgctl group unblock --name test |
| 2 | => DEBUG: π _unblock_peer: restoring phone-test |
| 3 | => DEBUG: π Unblocked all traffic from: 10.1.3.5 |
| 4 | => DEBUG: π flush_peer: starting for 10.1.3.5 |
| 5 | => DEBUG: π flush_peer: removed 0 FORWARD rules for: 10.1.3.5 |
| 6 | => DEBUG: π Unwatched client: phone-test |
| 7 | => DEBUG: π Added peer to server config: phone-test |
| 8 | => DEBUG: π WireGuard config reloaded |
| 9 | => DEBUG: π _unblock_peer: done |
| 10 | => DEBUG: π _unblock_peer: restoring phone-test1 |
| 11 | => DEBUG: π Unblocked all traffic from: 10.1.3.6 |
| 12 | => DEBUG: π flush_peer: starting for 10.1.3.6 |
| 13 | => DEBUG: π flush_peer: removed 0 FORWARD rules for: 10.1.3.6 |
| 14 | => DEBUG: π Unwatched client: phone-test1 |
| 15 | => DEBUG: π Added peer to server config: phone-test1 |
| 16 | => DEBUG: π WireGuard config reloaded |
| 17 | => DEBUG: π _unblock_peer: done |
| 18 | => INFO: π π All peers from test have been unblocked. |