Skip to content

Commit

Permalink
Add iptables shunt for ts-input and ts-forward
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Jun 16, 2024
1 parent b2d719d commit ba62741
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions cookbooks/boxcutter_tailscale/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

node.default['fb_iptables']['dynamic_chains']['filter']['ts-input'] = [
'INPUT'
]
node.default['fb_iptables']['dynamic_chains']['filter']['ts-forward'] = [
'FORWARD'
]

include_recipe 'boxcutter_tailscale::packages'

service 'tailscaled' do
Expand Down

0 comments on commit ba62741

Please sign in to comment.