mirror of
https://github.com/qdm12/gluetun.git
synced 2026-06-17 08:54:10 +02:00
6 lines
106 B
Go
6 lines
106 B
Go
package openvpn
|
|
|
|
func (l *looper) GetPortForwarded() (port uint16) {
|
|
return l.state.GetPortForwarded()
|
|
}
|