mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-25 12:08:40 +02:00
Improve form: required fields
This commit is contained in:
parent
2c525c3887
commit
df6525c5b4
2 changed files with 18 additions and 5 deletions
|
@ -224,10 +224,10 @@ class Domain(TimeStampedModel):
|
|||
TODO: call EPP to get this info instead of returning fake data.
|
||||
"""
|
||||
return [
|
||||
# reserved example IPs
|
||||
"192.0.2.1",
|
||||
"198.51.100.2",
|
||||
"203.0.113.3",
|
||||
# reserved example domain
|
||||
"ns1.example.com",
|
||||
"ns2.example.com",
|
||||
"ns3.example.com",
|
||||
]
|
||||
|
||||
def set_nameservers(self, new_nameservers: List[str]):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue