Skip to content

Commit

Permalink
switch to resolvconf for DNS resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
niklaskeerl authored Dec 25, 2023
1 parent 31b8bf4 commit fdecd3a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ runs:
using: composite
steps:
- run: |
sudo apt install openresolv
ln -s /usr/bin/resolvectl /usr/local/bin/resolvconf
sudo apt install resolvconf
sudo apt install wireguard
echo "${{ inputs.WG_CONFIG_FILE }}" > wg0.conf
sudo chmod 600 wg0.conf
Expand All @@ -21,4 +20,4 @@ runs:
branding:
icon: shield
color: red
color: red

0 comments on commit fdecd3a

Please sign in to comment.