fofapro / fapro

Fake Protocol Server
1.52k stars 179 forks source link

invalid character 'ÿ' #6

Closed crazyyzarc closed 3 years ago

crazyyzarc commented 3 years ago

When I run the service, it will be stopped. I use an English keyboard

2021-09-30_14-52-17-298_bvrvi

ntestoc3 commented 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