Skip to content

Commit

Permalink
Update lxd.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
turowicz authored Oct 15, 2024
1 parent b60b613 commit cd3375f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/lxd.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

# Run: curl -s https://raw.githubusercontent.com/Surveily/Images/master/script/lxd.sh | sudo bash
# Run: curl -s https://raw.githubusercontent.com/Surveily/Images/master/script/lxd.sh | sudo bash -s -- <interface>

set -e

Expand All @@ -12,4 +12,4 @@ fi

iptables -I DOCKER-USER -i lxdbr0 -j ACCEPT
iptables -I DOCKER-USER -o lxdbr0 -j ACCEPT
iptables -I DOCKER-USER -i lxdbr0 -o wlp3s0 -j ACCEPT
iptables -I DOCKER-USER -i lxdbr0 -o $1 -j ACCEPT

0 comments on commit cd3375f

Please sign in to comment.