polarathene 
							
						 
					 
					
						
						
							
						
						a7a2d6e44b 
					 
					
						
						
							
							chore: Use direct URL instead of URL shortener  
						
						 
						
						... 
						
						
						
						Implicit URL is unnecessary (_and presently relies on Github redirecting from it's original mapped URL_).
Use an explicit URL instead to reduce the guesswork/trust of where the shortener was going to redirect to. 
						
						
					 
					
						2021-09-28 21:50:11 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								polarathene 
							
						 
					 
					
						
						
							
						
						6f7eb8bd97 
					 
					
						
						
							
							chore: 6/6 - Update shell syntax  
						
						 
						
						... 
						
						
						
						- `==` for string equality since we're using bash `[[ test ]]` already.
- Uppercase `socket_file` variable to be consistent with other internal variables used in the script.
- Convert `[ test ]` to `[[ test ]]` for consistency, improving maintenance. Double-bracket (_not posix compatible_) does not require quoted variables, ShellCheck lint knows this is safe too :)
- `-z` test for `$RESOLVERS` is native syntax to check for empty string value.
- Referenced variables should generally be wrapped like so `"${VAR}"`.
- Variable assignments with string values should be double quotes for content with variables, otherwise use single quotes (_no interpolation_).
- Converted my if statements to use the same style used in the rest of the file. 
						
						
					 
					
						2021-09-28 21:50:11 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								polarathene 
							
						 
					 
					
						
						
							
						
						0f330b85b1 
					 
					
						
						
							
							chore: 5/6 - Shift dhparam method to the bottom  
						
						 
						
						... 
						
						
						
						Minor change on error message. 
						
						
					 
					
						2021-09-28 21:50:11 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								polarathene 
							
						 
					 
					
						
						
							
						
						ed009c0ec8 
					 
					
						
						
							
							chore: 4/6 - Extract grouped logic to their own methods  
						
						 
						
						
						
						
					 
					
						2021-09-28 21:50:11 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								polarathene 
							
						 
					 
					
						
						
							
						
						091dd855af 
					 
					
						
						
							
							chore: 3/6 - Indent function content  
						
						 
						
						... 
						
						
						
						This is a white-space only change to ease review diff noise. 
						
						
					 
					
						2021-09-28 21:50:11 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								polarathene 
							
						 
					 
					
						
						
							
						
						2e6d7561a3 
					 
					
						
						
							
							chore: 2/6 - Handle CMD check early, wrap init logic into a function  
						
						 
						
						
						
						
					 
					
						2021-09-28 21:50:11 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								polarathene 
							
						 
					 
					
						
						
							
						
						8aacd13241 
					 
					
						
						
							
							chore: 1/6 - Inline failure at it's cause  
						
						 
						
						... 
						
						
						
						This change has been split into 6 iterative parts/commits to ease the review process. 
						
						
					 
					
						2021-09-28 21:50:11 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								polarathene 
							
						 
					 
					
						
						
							
						
						ac066a73e4 
					 
					
						
						
							
							feat: Replace generated DH params with RFC 7919 standardized DHE groups  
						
						 
						
						... 
						
						
						
						- While the anonymous VOLUME can be dropped from Dockerfile, the path needs to be valid at run-time, might as well ensure it's available by creating the dhparam folder at build.
- Generation logic no longer necessary, dropped. 
- Standardized RFC 7919 groups added (2048, 3072, 4096), with 4096-bit remaining the default size. The DH logic can live in the entrypoint script as well. 
- Third-party supplied pre-generated DH params removed as they're not considered trustworthy compared to RFC 7919 groups. 
						
						
					 
					
						2021-09-28 21:30:02 +13:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						b133403331 
					 
					
						
						
							
							Merge pull request  #1775  from kevinnls/patch-1  
						
						 
						
						... 
						
						
						
						fix link 
						
						
					 
					
						2021-09-10 16:19:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								kevinnls 
							
						 
					 
					
						
						
							
						
						dc9876b6c2 
					 
					
						
						
							
							fix anchor  
						
						 
						
						
						
						
					 
					
						2021-09-10 19:27:33 +05:30  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						07abbb4c0d 
					 
					
						
						
							
							Merge pull request  #1770  from crazy-max/path-context  
						
						 
						
						... 
						
						
						
						Use path context 
						
						
					 
					
						2021-09-08 16:05:20 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								CrazyMax 
							
						 
					 
					
						
						
							
						
						7b489159b3 
					 
					
						
						
							
							Use path context  
						
						 
						
						
						
						
					 
					
						2021-09-08 14:25:56 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						e166a93a56 
					 
					
						
						
							
							Merge pull request  #1764  from nginx-proxy/dependabot/pip/test/requirements/docker-5.0.2  
						
						 
						
						... 
						
						
						
						chore(deps): bump docker from 5.0.0 to 5.0.2 in /test/requirements 
						
						
					 
					
						2021-09-08 12:18:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						083d86a79d 
					 
					
						
						
							
							chore(deps): bump docker from 5.0.0 to 5.0.2 in /test/requirements  
						
						 
						
						... 
						
						
						
						Bumps [docker](https://github.com/docker/docker-py ) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/docker/docker-py/releases )
- [Commits](https://github.com/docker/docker-py/compare/5.0.0...5.0.2 )
---
updated-dependencies:
- dependency-name: docker
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-09-02 04:18:54 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						481c5a2318 
					 
					
						
						
							
							Merge pull request  #1760  from nginx-proxy/python-docker-mod-check  
						
						 
						
						... 
						
						
						
						Ease version check on python docker module for tests 
						
						
					 
					
						2021-09-01 14:48:35 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						a1ff28cec8 
					 
					
						
						
							
							CI: ease version check on python docker module  
						
						 
						
						
						
						
					 
					
						2021-09-01 09:31:02 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						86c194e181 
					 
					
						
						
							
							CI: disable fail-fast  
						
						 
						
						
						
						
					 
					
						2021-09-01 09:16:14 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						52d208daf3 
					 
					
						
						
							
							Merge pull request  #1756  from nginx-proxy/dependabot/pip/test/requirements/pytest-6.2.5  
						
						 
						
						... 
						
						
						
						chore(deps): bump pytest from 6.2.4 to 6.2.5 in /test/requirements 
						
						
					 
					
						2021-09-01 08:59:38 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						308df38b14 
					 
					
						
						
							
							chore(deps): bump pytest from 6.2.4 to 6.2.5 in /test/requirements  
						
						 
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.4 to 6.2.5.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.4...6.2.5 )
---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-08-31 04:22:47 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						7bb3fd56c6 
					 
					
						
						
							
							Merge pull request  #1753  from mnahinkhan/patch-1  
						
						 
						
						... 
						
						
						
						Update README.md 
						
						
					 
					
						2021-08-30 11:14:37 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nahin Khan 
							
						 
					 
					
						
						
							
						
						7dfee13b56 
					 
					
						
						
							
							Update README.md  
						
						 
						
						
						
						
					 
					
						2021-08-30 06:44:52 +03:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						8adbea8aec 
					 
					
						
						
							
							Merge pull request  #1736  from nginx-proxy/predictable-upstream  
						
						 
						
						... 
						
						
						
						Revert to predictable upstream names, optional SHA1 names 
						
						
					 
					
						2021-08-19 12:36:13 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						a33af34361 
					 
					
						
						
							
							docs: predictable vs SHA1 upstream names  
						
						 
						
						
						
						
					 
					
						2021-08-19 11:41:30 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						e748ffdce4 
					 
					
						
						
							
							feat: sha1 upstream names  
						
						 
						
						
						
						
					 
					
						2021-08-17 21:51:09 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						d10531e925 
					 
					
						
						
							
							tests: predictable upstream names  
						
						 
						
						
						
						
					 
					
						2021-08-17 21:50:18 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						ded3cfc168 
					 
					
						
						
							
							docs: don't prefix copy pastable commands with $  
						
						 
						
						... 
						
						
						
						+ other small markdown fixes 
						
						
					 
					
						2021-08-17 11:29:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						eb3bb2ab07 
					 
					
						
						
							
							docs: fix line feeds  
						
						 
						
						
						
						
					 
					
						2021-08-17 11:13:31 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						0e3844ad1e 
					 
					
						
						
							
							Merge pull request  #1725  from nginx-proxy/fix-1693  
						
						 
						
						... 
						
						
						
						Use sha1 of hostname as upstream names 
						
						
					 
					
						2021-08-11 17:54:29 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						b6bd9e24a8 
					 
					
						
						
							
							Merge pull request  #1726  from nginx-proxy/dependabot/docker/golang-1.16.7  
						
						 
						
						... 
						
						
						
						chore(deps): bump golang from 1.16.6 to 1.16.7 
						
						
					 
					
						2021-08-08 14:10:10 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						c36633320e 
					 
					
						
						
							
							chore(deps): bump golang from 1.16.6 to 1.16.7  
						
						 
						
						... 
						
						
						
						Bumps golang from 1.16.6 to 1.16.7.
---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-08-06 04:11:55 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						89d37882b6 
					 
					
						
						
							
							fix: always use sha1 of hostname as upstream name  
						
						 
						
						
						
						
					 
					
						2021-08-04 22:28:00 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						ba86bc04f6 
					 
					
						
						
							
							tests: check for raw IPv4/6 used as VIRTUAL_HOST  
						
						 
						
						
						
						
					 
					
						2021-08-04 22:25:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						39a59e6168 
					 
					
						
						
							
							Merge pull request  #1724  from nginx-proxy/dockergen-0.7.7  
						
						 
						
						... 
						
						
						
						Bump docker-gen from 0.7.6 to 0.7.7 
						
						
					 
					
						2021-08-04 10:34:55 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						8526d918ed 
					 
					
						
						
							
							style: Dockerfiles linting  
						
						 
						
						
						
						
					 
					
						2021-08-04 08:49:23 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						897e4135d3 
					 
					
						
						
							
							build: docker-gen 0.7.6 -> 0.7.7  
						
						 
						
						
						
						
					 
					
						2021-08-04 08:48:25 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						df638c3fe6 
					 
					
						
						
							
							ci: cleanup left over volumes after tests  
						
						 
						
						
						
						
					 
					
						2021-08-02 19:31:36 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						10a4db5067 
					 
					
						
						
							
							ci: remove xfail from tests that were fixed  
						
						 
						
						
						
						
					 
					
						2021-08-02 19:08:06 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						d3fc5c506a 
					 
					
						
						
							
							ci: enable Docker IPv6 on tests that require it  
						
						 
						
						
						
						
					 
					
						2021-08-02 18:37:33 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						795e0acda7 
					 
					
						
						
							
							ci: remove InsecureRequestWarning from urllib3  
						
						 
						
						
						
						
					 
					
						2021-08-02 18:09:34 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						caab609f5d 
					 
					
						
						
							
							Merge pull request  #1723  from nginx-proxy/ci-pip-docker  
						
						 
						
						... 
						
						
						
						Update docker and docker-compose pip packages 
						
						
					 
					
						2021-08-02 15:11:44 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						90a7218622 
					 
					
						
						
							
							ci: update contest.py  
						
						 
						
						
						
						
					 
					
						2021-08-02 14:48:40 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						ce4ce0676a 
					 
					
						
						
							
							ci: update docker and docker-compose pip packages  
						
						 
						
						
						
						
					 
					
						2021-08-02 14:44:21 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						6988797759 
					 
					
						
						
							
							Merge pull request  #1720  from nginx-proxy/dependabot/pip/test/requirements/pytest-6.2.4  
						
						 
						
						... 
						
						
						
						chore(deps): bump pytest from 6.2.2 to 6.2.4 in /test/requirements 
						
						
					 
					
						2021-08-02 14:36:04 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						1ba594cc4d 
					 
					
						
						
							
							chore(deps): bump pytest from 6.2.2 to 6.2.4 in /test/requirements  
						
						 
						
						... 
						
						
						
						Bumps [pytest](https://github.com/pytest-dev/pytest ) from 6.2.2 to 6.2.4.
- [Release notes](https://github.com/pytest-dev/pytest/releases )
- [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst )
- [Commits](https://github.com/pytest-dev/pytest/compare/6.2.2...6.2.4 )
---
updated-dependencies:
- dependency-name: pytest
  dependency-type: direct:production
  update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-08-02 11:05:37 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						54f66dc67a 
					 
					
						
						
							
							Merge pull request  #1721  from nginx-proxy/dependabot/pip/test/requirements/backoff-1.11.1  
						
						 
						
						... 
						
						
						
						chore(deps): bump backoff from 1.10.0 to 1.11.1 in /test/requirements 
						
						
					 
					
						2021-08-02 13:04:51 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						9855571616 
					 
					
						
						
							
							chore(deps): bump backoff from 1.10.0 to 1.11.1 in /test/requirements  
						
						 
						
						... 
						
						
						
						Bumps [backoff](https://github.com/litl/backoff ) from 1.10.0 to 1.11.1.
- [Release notes](https://github.com/litl/backoff/releases )
- [Changelog](https://github.com/litl/backoff/blob/master/CHANGELOG.md )
- [Commits](https://github.com/litl/backoff/compare/v1.10.0...v1.11.1 )
---
updated-dependencies:
- dependency-name: backoff
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-08-02 10:55:56 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						16b21a3af8 
					 
					
						
						
							
							Merge pull request  #1718  from nginx-proxy/dependabot/pip/test/requirements/requests-2.26.0  
						
						 
						
						... 
						
						
						
						chore(deps): bump requests from 2.25.1 to 2.26.0 in /test/requirements 
						
						
					 
					
						2021-08-02 12:55:16 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								dependabot[bot] 
							
						 
					 
					
						
						
							
						
						eefea9daec 
					 
					
						
						
							
							chore(deps): bump requests from 2.25.1 to 2.26.0 in /test/requirements  
						
						 
						
						... 
						
						
						
						Bumps [requests](https://github.com/psf/requests ) from 2.25.1 to 2.26.0.
- [Release notes](https://github.com/psf/requests/releases )
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md )
- [Commits](https://github.com/psf/requests/compare/v2.25.1...v2.26.0 )
---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
  update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com > 
						
						
					 
					
						2021-08-02 10:47:08 +00:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						b01d6dd9cc 
					 
					
						
						
							
							ci: enable Dependabot checks for Python  
						
						 
						
						
						
						
					 
					
						2021-08-02 12:46:45 +02:00  
					
					
						 
						
						
							
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								Nicolas Duchon 
							
						 
					 
					
						
						
							
						
						4e3e518936 
					 
					
						
						
							
							docs: update issue template w/ link to discussions  
						
						 
						
						
						
						
					 
					
						2021-07-19 21:24:28 +02:00