Skip to content

Commit

Permalink
Merge pull request #279 from firezone/278/use_default_wireguard_port
Browse files Browse the repository at this point in the history
Use default WireGuard port of 51820
  • Loading branch information
jamilbk committed Oct 3, 2021
2 parents 9d4fef8 + 47e9c1c commit 18d8937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnibus/cookbooks/firezone/attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@
default['firezone']['wireguard']['interface_name'] = 'wg-firezone'

# Listen port
default['firezone']['wireguard']['port'] = 11820
default['firezone']['wireguard']['port'] = 51820

# IPv4, IPv6, or hostname that device configs will use to connect to this server.
# If left blank, this will be set to the IPv4 address of the default egress interface.
Expand Down

0 comments on commit 18d8937

Please sign in to comment.