mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Remove unused configs
This commit is contained in:
@@ -1,16 +0,0 @@
|
||||
client {
|
||||
reserved {
|
||||
network {
|
||||
device = "eth0"
|
||||
ip = "127.0.0.1"
|
||||
mbits = 100
|
||||
reserved_ports = "1,100,10-12"
|
||||
}
|
||||
network {
|
||||
device = "eth1"
|
||||
ip = "127.0.0.1"
|
||||
mbits = 105
|
||||
reserved_ports = "1-1,2-4,100,102,10-12"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -1,16 +0,0 @@
|
||||
client {
|
||||
reserved {
|
||||
network {
|
||||
device = "eth0"
|
||||
ip = "127.0.0.1"
|
||||
mbits = 100
|
||||
reserved_ports = "1,100,10-12"
|
||||
}
|
||||
network {
|
||||
device = "eth1"
|
||||
ip = "128.0.0.1"
|
||||
mbits = 105
|
||||
reserved_ports = "1-1,2-4,100,102,10-12"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user