martian icon indicating copy to clipboard operation
martian copied to clipboard

unknown modifier: proxyauth.Modifier

Open 0x4472 opened this issue 6 years ago • 2 comments

Hello,For golang,I am a newcomer.I want to know how to config authentication?I posted "{"proxyauth.Modifier":{}}" to the proxy , but it returned "parse: unknown modifier: proxyauth.Modifier",Can you show me the configuration?

0x4472 avatar Oct 08 '19 13:10 0x4472

I'm not sure what you're trying to do - can you show me the code of the proxy you're trying to build and the commands you're using to attempt configuration?

bramhaghosh avatar Jan 09 '20 18:01 bramhaghosh

You can try to edit the 'import' statement of the ./cmd/proxy/main.go file, import the package you need. The package imported in main.go will call the init initialization function in the corresponding package

nelojass avatar Mar 08 '22 04:03 nelojass