Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Emile Nijssen committed Jul 18, 2021
1 parent ebb5fec commit d8eaafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/WireGuard.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const {
WG_PORT,
WG_DEFAULT_DNS,
WG_DEFAULT_ADDRESS,
WG_PERSISTENT_KEEPALIVE;
WG_PERSISTENT_KEEPALIVE,
WG_ALLOWED_IPS,
} = require('../config');

Expand Down

0 comments on commit d8eaafb

Please sign in to comment.