bronze1man

Results 44 comments of bronze1man

I do not understand the mean of '*' or '&' in yaml. I never saw them before. Is there any document or example of this syntax?

It looks like the radius does not have this kind of functionality. You should add some codes in your vpn server.

I used this library to support some old vpn server. I used the https://github.com/bronze1man/kmg/tree/master/kmgRpc to make IPC communications between servers.

@osiloke ,you can send a pull request to add this feature or fork it to do whatever you want. I am not maintaining this package for now.

It should work for windows.(not yet tested) You can use git-bash to run the example script in windows.

@brettjacobson thanks for your test. Which version of windows do you use?

I have test windows 7 cmd.exe the echo example is not work, but file example works: ``` C:\tmp>more .\1.yaml a: 1 C:\tmp>.\yaml2json_windows_amd64.exe < ./1.yaml > 2.json C:\tmp>more .\2.json {"a":1} ```...

you change the value of the data, it not looks good for me. (I know json do not allow +Inf/-Inf/Nan )

Thanks for your example. I will make it convertible. I think we should make any valid yaml example convertible to valid json and document any abnormal staff. (like https://github.com/golang/go/issues/59627)