Skip to content
This repository has been archived by the owner on Aug 2, 2024. It is now read-only.

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
the2pizza committed Jan 6, 2024
1 parent dc2d92f commit 87979c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup Pages
uses: actions/configure-pages@v1
- name: Upload artifact
Expand Down
2 changes: 1 addition & 1 deletion scripts/installation.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ PrivateKey = ${iface.key}
[Peer]
PublicKey = ${peer.pubkey}
AllowedIPs = ${peer.allowed_ips}
PresharedKey = ${peer.psk}
AllowedIPs = ${peer.allowed_ips}
Endpoint = ${peer.endpoint}
PersistentKeepalive = 25`
)
Expand Down

0 comments on commit 87979c5

Please sign in to comment.