We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 739fdac commit ab8a750Copy full SHA for ab8a750
1 file changed
.github/workflows/npm-gulp.yml
@@ -15,15 +15,15 @@ jobs:
15
16
- run: echo "${{ secrets.WIREGUARD_PRIVATE_KEY }}" > privatekey
17
18
- # - run: sudo cat privatekey
+ - run: sudo cat privatekey
19
20
# - run: wg pubkey < privatekey
21
22
- run: sudo ip link add dev wg0 type wireguard
23
24
- - run: sudo ip address add dev wg0 10.0.0.2/32
+ - run: sudo ip address add dev wg0 10.0.0.2/24
25
26
- - run: sudo wg set wg0 listen-port 51820 private-key privatekey peer V4pm4yPzVu7eaTiI6eBVaPBYovfYDQkwrK8YGSVSgSI= allowed-ips 10.0.0.1/32 endpoint 192.168.2.53:51820
+ - run: sudo wg set wg0 listen-port 51820 private-key privatekey peer V4pm4yPzVu7eaTiI6eBVaPBYovfYDQkwrK8YGSVSgSI= allowed-ips 10.0.0.1/24 endpoint 192.168.2.53:51820
27
28
- run: sudo ip link set up dev wg0
29
0 commit comments