mirror of
https://github.com/qdm12/gluetun.git
synced 2026-05-07 04:20:12 +02:00
1ab74e6bb3
- Username and password can be the empty string for custom provider
4 lines
63 B
Go
4 lines
63 B
Go
package server
|
|
|
|
func stringPtr(s string) *string { return &s }
|