X-Git-Url: http://www.git.cypherpunks.ru/?p=govpn.git;a=blobdiff_plain;f=src%2Fcypherpunks.ru%2Fgovpn%2Fconf.go;h=7a9c4b8ce6ba00da4c9bad96e84eeeac10b17ee7;hp=f9ff48dc97c17cbe534e731e74f0e4ae8217bc27;hb=f47fff1e42f75b736e7067ec06c2e81394833d46;hpb=588499ac2eedea258c304fca647509c7b587d7e8 diff --git a/src/cypherpunks.ru/govpn/conf.go b/src/cypherpunks.ru/govpn/conf.go index f9ff48d..7a9c4b8 100644 --- a/src/cypherpunks.ru/govpn/conf.go +++ b/src/cypherpunks.ru/govpn/conf.go @@ -25,7 +25,7 @@ import ( ) type PeerConf struct { - Id *PeerId `yaml:"-"` + ID *PeerID `yaml:"-"` Name string `yaml:"name"` Iface string `yaml:"iface"` MTU int `yaml:"mtu"`