Best practices for adding hosts

Adrian Ho ml+wireguard at 03s.net
Fri Dec 25 07:43:48 CET 2020


On 21/12/20 8:51 am, Ronan Lucio wrote:
> I tried executing it manually and got this:
>
>      $ sudo wg syncconf wg0 <(exec /usr/bin/wg-quick strip wg0)>
>      -bash: syntax error near unexpected token `newline'

Your command:

sudo wg syncconf wg0 <(exec /usr/bin/wg-quick strip wg0)>

has an output redirection character ('>') at the end, so bash was 
expecting a filename after that, but got a newline instead.

Best Regards,
Adrian



More information about the WireGuard mailing list