Closed crazyyzarc closed 3 years ago
The configuration file generated under windows powershell cannot be run ./fapro run prompt:
panic: Fatal error config file: While parsing config: invalid character 'ÿ' looking for beginning of value
Because the output encoding of powershell stdout redirect is UTF-8 with BOM, Use Out-File command to save the configuration file.
./fapro.exe genConfig -n 172.16.0.0/16 | Out-File -Encoding ASCII fapro.json
When I run the service, it will be stopped. I use an English keyboard