Update tunnel/maatma IP
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c7560f8332
commit
f6bbdcf096
6 changed files with 8 additions and 8 deletions
|
|
@ -29,7 +29,7 @@ func GetCollectorPublic() ed25519.PublicKey {
|
|||
}
|
||||
|
||||
func StudentIP(idstd int64, overrideid int) net.IP {
|
||||
return net.ParseIP(fmt.Sprintf("2a01:e0a:2b:2252:%x%x::", overrideid, idstd))
|
||||
return net.ParseIP(fmt.Sprintf("2a01:e0a:518:833:%x%x::", overrideid, idstd))
|
||||
}
|
||||
|
||||
func StudentNet(idstd int64, overrideid int) *net.IPNet {
|
||||
|
|
|
|||
Reference in a new issue