mirror of
https://github.com/alabianca/holepunch.git
synced 2025-12-24 10:30:56 +08:00
11 lines
168 B
Go
11 lines
168 B
Go
package holepunch
|
|
|
|
type Config struct {
|
|
RelayIP string
|
|
RelayPort string
|
|
ListenAddr string
|
|
LocalPort string
|
|
LocalRelayIP string
|
|
UID string
|
|
}
|